From c4a46650d7416b63a6fdcb4b2791839d15ca73d6 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Thu, 23 Oct 2008 17:49:34 +0000 Subject: Fixed a crash that I caused earlier when I was fixing compiler warnings. Caused by adding a new destructor. --- src/text.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/text.h') diff --git a/src/text.h b/src/text.h index 67bb23ae..a370771d 100644 --- a/src/text.h +++ b/src/text.h @@ -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 -- cgit v1.2.3-70-g09d2