aboutsummaryrefslogtreecommitdiffstats
path: root/sources
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-08-29 16:10:14 +0200
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-09-03 08:53:42 +0000
commitc1756476fc073bd827b545e6d530ce38a71e9cfe (patch)
treebcafcf5fbbb4bcb0b6fb508e8a3476627c4ec58f /sources
parent3b6e2a30e5f0174a963c36c85dc8867f1322d345 (diff)
shiboken/other test: Add override to avoid warning
Change-Id: Idcd2d5fcd2d6f5ab6e15b529e1f73c73a5ff29a9 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources')
-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(); }