aboutsummaryrefslogtreecommitdiff
path: root/src/xmlstringreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlstringreader.h')
-rw-r--r--src/xmlstringreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlstringreader.h b/src/xmlstringreader.h
index 19df427..1239ef4 100644
--- a/src/xmlstringreader.h
+++ b/src/xmlstringreader.h
@@ -36,7 +36,7 @@ public:
36 /** 36 /**
37 * Destroy this string reader. 37 * Destroy this string reader.
38 */ 38 */
39 ~XmlStringReader(); 39 virtual ~XmlStringReader();
40 40
41private: 41private:
42 char getChar( int nIndex = 0 ); 42 char getChar( int nIndex = 0 );