aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sources/shiboken2/tests/libother/otherderived.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/tests/libother/otherderived.h b/sources/shiboken2/tests/libother/otherderived.h
index dfb219e1d..72e1e2302 100644
--- a/sources/shiboken2/tests/libother/otherderived.h
+++ b/sources/shiboken2/tests/libother/otherderived.h
@@ -55,7 +55,7 @@ public:
// factory method
static Abstract* createObject();
- void hideFunction(HideType*) {}
+ void hideFunction(HideType*) override {}
protected:
inline const char* getClassName() { return className(); }