summaryrefslogtreecommitdiff
path: root/src/item.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-05-06 23:11:21 -0600
committerJared Adams <jaxad0127@gmail.com>2010-05-21 12:27:32 -0600
commit910ea1476664d8a11d57eaf8ff7f281bcfacd184 (patch)
treeffed95b63dd38a03b058738f26ad89fb38ed1dfa /src/item.h
parentd34dda737ed8af5135c49e269f5ad608cea8d511 (diff)
downloadmana-client-910ea1476664d8a11d57eaf8ff7f281bcfacd184.tar.gz
mana-client-910ea1476664d8a11d57eaf8ff7f281bcfacd184.tar.bz2
mana-client-910ea1476664d8a11d57eaf8ff7f281bcfacd184.tar.xz
mana-client-910ea1476664d8a11d57eaf8ff7f281bcfacd184.zip
Fix some issues found by Cppcheck
Diffstat (limited to 'src/item.h')
-rw-r--r--src/item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item.h b/src/item.h
index 89b8e59e..17be8f04 100644
--- a/src/item.h
+++ b/src/item.h
@@ -41,7 +41,7 @@ class Item
/**
* Destructor.
*/
- ~Item();
+ virtual ~Item();
/**
* Sets the item id, identifying the item type.