summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/compiler/derivedclass.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/compiler/derivedclass.h')
-rw-r--r--tests/auto/other/compiler/derivedclass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/other/compiler/derivedclass.h b/tests/auto/other/compiler/derivedclass.h
index eab7963236..99d970f4ec 100644
--- a/tests/auto/other/compiler/derivedclass.h
+++ b/tests/auto/other/compiler/derivedclass.h
@@ -33,7 +33,7 @@
class DerivedClass : public BaseClass
{
public:
- void wasAPureVirtualFunction();
+ void wasAPureVirtualFunction() override;
};
#endif