summaryrefslogtreecommitdiff
path: root/include/cppunit/XmlOutputter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppunit/XmlOutputter.h')
-rw-r--r--include/cppunit/XmlOutputter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppunit/XmlOutputter.h b/include/cppunit/XmlOutputter.h
index 36fe954..3c705f3 100644
--- a/include/cppunit/XmlOutputter.h
+++ b/include/cppunit/XmlOutputter.h
@@ -49,7 +49,7 @@ public:
const std::string& encoding = std::string("ISO-8859-1") );
/// Destructor.
- virtual ~XmlOutputter();
+ virtual ~XmlOutputter() override;
/*! \brief Adds the specified hook to the outputter.
* \param hook Hook to add. Must not be \c nullptr.
@@ -66,7 +66,7 @@ public:
* Refer to examples/cppunittest/XmlOutputterTest.cpp for example
* of use and XML document structure.
*/
- virtual void write();
+ virtual void write() override;
/*! \brief Sets the XSL style sheet used.
*