summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorNorwegian Rock Cat <qt-info@nokia.com>2009-04-01 09:27:53 (GMT)
committerNorwegian Rock Cat <qt-info@nokia.com>2009-04-01 09:27:53 (GMT)
commit6e6aea73d322165bebc6199b95db915a17f588f6 (patch)
treec2dab91093ab7fb6931fd93ebe431969f4a06f2c /src/gui
parent59a4daf8097c67918003efbc1a1071e2de63990a (diff)
downloadQt-6e6aea73d322165bebc6199b95db915a17f588f6.zip
Qt-6e6aea73d322165bebc6199b95db915a17f588f6.tar.gz
Qt-6e6aea73d322165bebc6199b95db915a17f588f6.tar.bz2
Add a semi-colon.
Grr... I know it was there before I committed it.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/styles/qmacstyle_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/styles/qmacstyle_mac.mm b/src/gui/styles/qmacstyle_mac.mm
index a88617c..5d08c58 100644
--- a/src/gui/styles/qmacstyle_mac.mm
+++ b/src/gui/styles/qmacstyle_mac.mm
@@ -138,7 +138,7 @@ enum {
kHIThemeFrameTextFieldRound = 1000,
kHIThemeFrameTextFieldRoundSmall = 1001,
kHIThemeFrameTextFieldRoundMini = 1002
-}
+};
#endif
// Resolve these at run-time, since the functions was moved in Leopard.