[Marble-commits] KDE/kdeedu/marble/src/lib
Jens-Michael Hoffmann
jensmh at gmx.de
Fri Oct 9 15:08:26 CEST 2009
SVN commit 1033088 by jmhoffmann:
Declare module local variables static.
M +2 -2 MapThemeManager.cpp
--- trunk/KDE/kdeedu/marble/src/lib/MapThemeManager.cpp #1033087:1033088
@@ -35,8 +35,8 @@
namespace
{
- const QString mapDirName = "maps";
- const int columnRelativePath = 1;
+ static const QString mapDirName = "maps";
+ static const int columnRelativePath = 1;
}
namespace Marble
More information about the Marble-commits
mailing list