summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tkbltGraphBar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkbltGraphBar.h b/generic/tkbltGraphBar.h
index 53c5cfb..5ee1ab8 100644
--- a/generic/tkbltGraphBar.h
+++ b/generic/tkbltGraphBar.h
@@ -49,7 +49,7 @@ namespace Blt {
Axis* yAxis;
double sum;
int count;
- float lastY;
+ double lastY;
size_t index;
public: