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/Author.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pokemod/Author.cpp') diff --git a/pokemod/Author.cpp b/pokemod/Author.cpp index dac4ef33..44ce70b7 100644 --- a/pokemod/Author.cpp +++ b/pokemod/Author.cpp @@ -23,7 +23,7 @@ #include "Pokemod.h" // Qt includes -#include +#include Pokemod::Author::Author(const Author& author) : Object("Author", author.parent(), author.id()) -- cgit