aboutsummaryrefslogtreecommitdiff
path: root/src/xmlreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlreader.h')
-rw-r--r--src/xmlreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlreader.h b/src/xmlreader.h
index a9881cb..c8f7202 100644
--- a/src/xmlreader.h
+++ b/src/xmlreader.h
@@ -37,7 +37,7 @@ public:
37 /** 37 /**
38 * Destroy this XmlReader. 38 * Destroy this XmlReader.
39 */ 39 */
40 ~XmlReader(); 40 virtual ~XmlReader();
41 41
42 /** 42 /**
43 * Build a document based on some kind of input. This is called 43 * Build a document based on some kind of input. This is called