fixed compilation bug

This commit is contained in:
Juan Linietsky 2016-05-21 23:20:49 -03:00
parent 62b568ebbf
commit 81fd4598c1

View file

@ -94,6 +94,8 @@ private:
//int cursor_metric;
int hover_metric;
float graph_height;
bool seeking;
Timer *frame_delay;