diff options
author | Stef Walter <stef@memberwebs.com> | 2006-02-13 17:59:50 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-02-13 17:59:50 +0000 |
commit | 495e29b4d34d2f70ae39029a967d3f1322067de7 (patch) | |
tree | 98394a2075f5ac07b02d31357ea0e349db0df08c /src/rtfparser.h | |
parent | bf005765a78aa57434119630dfd2351345681478 (diff) |
Fix build problems with GCC 4.0
Diffstat (limited to 'src/rtfparser.h')
-rw-r--r-- | src/rtfparser.h | 1 |
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; |