Add in missing semi-colon that broke mac build

This commit is contained in:
Mark Watkins 2014-08-29 15:56:01 +10:00
parent b98cdffad0
commit e3f2e0c886

View File

@ -251,7 +251,7 @@ void gXAxis::paint(QPainter &painter, gGraph &w, const QRegion &region)
int majtop = top + 6.0 * (float(y) / 10.0);
int texttop = majtop + y; // 18*w.printScaleY();
#if defined (Q_OS_MAC)
texttop += 2
texttop += 2;
#endif
// Fill in the minor tick marks up to the first major alignment tick