[Marble-commits] KDE/kdeedu/marble/src/lib/geodata/data
Eckhart Wörner
ewoerner at kde.org
Sun Aug 9 22:44:26 CEST 2009
SVN commit 1009376 by ewoerner:
#define -> const int
M +2 -2 GeoDataLabelStyle.cpp
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataLabelStyle.cpp #1009375:1009376
@@ -16,9 +16,9 @@
namespace Marble
{
#ifdef Q_OS_MACX
-# define defaultSize 10
+static const int defaultSize = 10;
#else
-# define defaultSize 8
+static const int defaultSize = 8;
#endif
More information about the Marble-commits
mailing list