From e3f2e0c8865f3d10b9e97383e68e1b033c8a7a60 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Fri, 29 Aug 2014 15:56:01 +1000 Subject: [PATCH] Add in missing semi-colon that broke mac build --- sleepyhead/Graphs/gXAxis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sleepyhead/Graphs/gXAxis.cpp b/sleepyhead/Graphs/gXAxis.cpp index 4e597814..b4ad8ebe 100644 --- a/sleepyhead/Graphs/gXAxis.cpp +++ b/sleepyhead/Graphs/gXAxis.cpp @@ -251,7 +251,7 @@ void gXAxis::paint(QPainter &painter, gGraph &w, const QRegion ®ion) 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