From 2d045c571308af33c93bdc9766a627ef1db6abaf Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 21 Jun 2008 01:22:14 +0000 Subject: [FIX] Using cmake now (still is rough) [FIX] Some SVN flags were incorrect [FIX] Qt includes now use the module path as well [FIX] Models now have drag/drop actions methods as const [FIX] Library classes now exported [FIX] qmake files removed git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@213 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- pokemod/Map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pokemod/Map.cpp') diff --git a/pokemod/Map.cpp b/pokemod/Map.cpp index 11a69fe7..b2ba980c 100644 --- a/pokemod/Map.cpp +++ b/pokemod/Map.cpp @@ -27,7 +27,7 @@ #include "Pokemod.h" // Qt includes -#include +#include const QStringList Pokemod::Map::TypeStr = QStringList() << "Outdoor" << "Dungeon" << "Building"; -- cgit