diff options
Diffstat (limited to 'src/xmlfilereader.h')
-rw-r--r-- | src/xmlfilereader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlfilereader.h b/src/xmlfilereader.h index 24a6e28..e3e02c2 100644 --- a/src/xmlfilereader.h +++ b/src/xmlfilereader.h | |||
@@ -35,7 +35,7 @@ public: | |||
35 | /** | 35 | /** |
36 | * Destroy the reader and cleanup. | 36 | * Destroy the reader and cleanup. |
37 | */ | 37 | */ |
38 | ~XmlFileReader(); | 38 | virtual ~XmlFileReader(); |
39 | 39 | ||
40 | private: | 40 | private: |
41 | char getChar( int nIndex = 0 ); | 41 | char getChar( int nIndex = 0 ); |