diff options
author | Ira Rice <irarice@gmail.com> | 2008-10-23 12:30:04 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-10-23 12:30:04 +0000 |
commit | ba4a95460650b93deca7b7dcff6775f013b73119 (patch) | |
tree | b18923f39a5ca4acf35f5db74cf9d0600226b741 /src/text.h | |
parent | 5b70e7729229317acfd1b8f79e8eb1b90870827b (diff) | |
download | mana-client-ba4a95460650b93deca7b7dcff6775f013b73119.tar.gz mana-client-ba4a95460650b93deca7b7dcff6775f013b73119.tar.bz2 mana-client-ba4a95460650b93deca7b7dcff6775f013b73119.tar.xz mana-client-ba4a95460650b93deca7b7dcff6775f013b73119.zip |
A few more compiler warnings fixed.
Diffstat (limited to 'src/text.h')
-rw-r--r-- | src/text.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,7 +49,7 @@ class Text /** * Remove the text from the screen */ - ~Text(); + virtual ~Text(); /** * Draws the text @@ -80,7 +80,7 @@ class FlashText : public Text /** * Remove the text from the screen */ - ~FlashText(); + virtual ~FlashText(); /** * Flash the text for so many refreshes |