[Marble-commits] KDE/kdeedu/marble/src/lib
Dennis Nienhüser
earthwings at gentoo.org
Sun Dec 19 20:16:38 CET 2010
SVN commit 1207792 by nienhueser:
Fix compiler warning: "in invocation of delete operator: invalid use of incomplete type 'struct Marble::TextureTile'"
M +1 -1 TileLoader.h
--- trunk/KDE/kdeedu/marble/src/lib/TileLoader.h #1207791:1207792
@@ -21,6 +21,7 @@
#include <QtCore/QSharedPointer>
#include <QtCore/QString>
+#include "TextureTile.h"
#include "TileId.h"
#include "global.h"
@@ -33,7 +34,6 @@
class HttpDownloadManager; // remove?
class GeoSceneTexture;
class MapThemeManager;
-class TextureTile;
class TileLoader: public QObject
{
More information about the Marble-commits
mailing list