diff options
author | Ira Rice <irarice@gmail.com> | 2008-10-23 17:49:34 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-10-23 17:49:34 +0000 |
commit | c4a46650d7416b63a6fdcb4b2791839d15ca73d6 (patch) | |
tree | 23624c7e140f142af9388b636ff75a232aa4a312 /src/text.h | |
parent | aae1df481432c4ea162641e5ff5fdc5c385afd62 (diff) | |
download | mana-client-c4a46650d7416b63a6fdcb4b2791839d15ca73d6.tar.gz mana-client-c4a46650d7416b63a6fdcb4b2791839d15ca73d6.tar.bz2 mana-client-c4a46650d7416b63a6fdcb4b2791839d15ca73d6.tar.xz mana-client-c4a46650d7416b63a6fdcb4b2791839d15ca73d6.zip |
Fixed a crash that I caused earlier when I was fixing compiler warnings. Caused
by adding a new destructor.
Diffstat (limited to 'src/text.h')
-rw-r--r-- | src/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ class FlashText : public Text /** * Remove the text from the screen */ - virtual ~FlashText(); + virtual ~FlashText() {} /** * Flash the text for so many refreshes |