diff options
Diffstat (limited to '')
-rw-r--r-- | src/xmldocument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmldocument.h b/src/xmldocument.h index 1a8eb52..6671c41 100644 --- a/src/xmldocument.h +++ b/src/xmldocument.h | |||
@@ -27,7 +27,7 @@ public: | |||
27 | /** | 27 | /** |
28 | * Destroy all contained nodes. | 28 | * Destroy all contained nodes. |
29 | */ | 29 | */ |
30 | ~XmlDocument(); | 30 | virtual ~XmlDocument(); |
31 | 31 | ||
32 | /** | 32 | /** |
33 | * Add a new node to the document. The new node is appended to the end of | 33 | * Add a new node to the document. The new node is appended to the end of |