summaryrefslogtreecommitdiff
path: root/src/resources/itemdb.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-05-05 18:12:36 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-05-05 22:26:32 +0200
commit86154175f63a7f1a4b73b3727314ac760d83834e (patch)
tree5507b93f5ef8f4cb01b46233050230f9d12f9ef5 /src/resources/itemdb.h
parentc32c1746b43f3f7869bbbf3c86533bf5a5d57a29 (diff)
downloadmana-client-86154175f63a7f1a4b73b3727314ac760d83834e.tar.gz
mana-client-86154175f63a7f1a4b73b3727314ac760d83834e.tar.bz2
mana-client-86154175f63a7f1a4b73b3727314ac760d83834e.tar.xz
mana-client-86154175f63a7f1a4b73b3727314ac760d83834e.zip
Fixed compilation errors and warnings with GCC 4.7
Also, since GCC 4.7 there is a binary compatibility issue when linking with a Guichan that was not compiled in C++11 mode. This commit also allows compiling with GCC 4.7 with C++11 mode turned off. Reviewed-by: Erik Schilling
Diffstat (limited to 'src/resources/itemdb.h')
-rw-r--r--src/resources/itemdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/itemdb.h b/src/resources/itemdb.h
index 15311083..d7859ad3 100644
--- a/src/resources/itemdb.h
+++ b/src/resources/itemdb.h
@@ -78,7 +78,7 @@ class ItemDB
mLoaded(false)
{}
- ~ItemDB()
+ virtual ~ItemDB()
{}
/**