diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-06 23:40:56 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-06 23:40:56 +0300 |
commit | 3b6dba357f94b581cfeee844f9203a84aa1b5823 (patch) | |
tree | c1fb8fba76dd4cf48b792099dbf8fd384a9cd27e /svtools | |
parent | 0db36919545b437eb154c24512b406ea78be78b7 (diff) |
WaE: overriding virtual function declaration not marked 'override'
Change-Id: I6d38c9b389ce2c5d196e372fd6ae5ad7ac0a03af
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/qa/unit/testHtmlWriter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/qa/unit/testHtmlWriter.cxx b/svtools/qa/unit/testHtmlWriter.cxx index 78548b37bf1f..59cdb241dfed 100644 --- a/svtools/qa/unit/testHtmlWriter.cxx +++ b/svtools/qa/unit/testHtmlWriter.cxx @@ -34,7 +34,7 @@ class Test: public CppUnit::TestFixture { public: - virtual void setUp(); + virtual void setUp() SAL_OVERRIDE; void testSingleElement(); void testSingleElementWithAttributes(); void testSingleElementWithContent(); |