summaryrefslogtreecommitdiff
path: root/src/rtfparser.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-02-13 17:59:50 +0000
committerStef Walter <stef@memberwebs.com>2006-02-13 17:59:50 +0000
commit495e29b4d34d2f70ae39029a967d3f1322067de7 (patch)
tree98394a2075f5ac07b02d31357ea0e349db0df08c /src/rtfparser.h
parentbf005765a78aa57434119630dfd2351345681478 (diff)
Fix build problems with GCC 4.0
Diffstat (limited to 'src/rtfparser.h')
-rw-r--r--src/rtfparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rtfparser.h b/src/rtfparser.h
index 9f0289e..56e7db3 100644
--- a/src/rtfparser.h
+++ b/src/rtfparser.h
@@ -111,6 +111,7 @@ private:
class RtfHandler
{
public:
+ virtual ~RtfHandler() {};
// Called at the beginning of the document
virtual void startDocument(RtfParser* reader) = 0;