diff options
Diffstat (limited to 'src/utils/xml/tinyxml2.h')
-rw-r--r-- | src/utils/xml/tinyxml2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/xml/tinyxml2.h b/src/utils/xml/tinyxml2.h index f056dc43a..1db1f7421 100644 --- a/src/utils/xml/tinyxml2.h +++ b/src/utils/xml/tinyxml2.h @@ -74,7 +74,7 @@ namespace XML /** * Destructor. Frees the loaded XML file. */ - ~Document(); + ~Document() override final; /** * Returns the root node of the document (or NULL if there was a |