diff options
Diffstat (limited to 'src/xmlnode.h')
-rw-r--r-- | src/xmlnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlnode.h b/src/xmlnode.h index 2b01226..02ab41d 100644 --- a/src/xmlnode.h +++ b/src/xmlnode.h | |||
@@ -33,7 +33,7 @@ public: | |||
33 | /** | 33 | /** |
34 | * Delete the node and cleanup all memory. | 34 | * Delete the node and cleanup all memory. |
35 | */ | 35 | */ |
36 | ~XmlNode(); | 36 | virtual ~XmlNode(); |
37 | 37 | ||
38 | /** | 38 | /** |
39 | * Change the name of the node. | 39 | * Change the name of the node. |