[Marble-commits] KDE/kdeedu/marble/src/lib
Jens-Michael Hoffmann
jensmh at gmx.de
Tue Jan 26 14:09:06 CET 2010
SVN commit 1080568 by jmhoffmann:
Usually int is used for tile level variables, so use it here too.
M +1 -1 global.h
--- trunk/KDE/kdeedu/marble/src/lib/global.h #1080567:1080568
@@ -232,7 +232,7 @@
const qreal EARTH_RADIUS = 6378000.0;
// Maximum level of base tiles
-const quint8 maxBaseTileLevel = 4;
+const int maxBaseTileLevel = 4;
class MarbleGlobalPrivate;
class MarbleLocale;
More information about the Marble-commits
mailing list