Kaydet (Commit) 3b6dba35 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: overriding virtual function declaration not marked 'override'

Change-Id: I6d38c9b389ce2c5d196e372fd6ae5ad7ac0a03af
üst 0db36919
......@@ -34,7 +34,7 @@ class Test: public CppUnit::TestFixture
{
public:
virtual void setUp();
virtual void setUp() SAL_OVERRIDE;
void testSingleElement();
void testSingleElementWithAttributes();
void testSingleElementWithContent();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment