diff options
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; |