From c1756476fc073bd827b545e6d530ce38a71e9cfe Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Wed, 29 Aug 2018 16:10:14 +0200 Subject: shiboken/other test: Add override to avoid warning Change-Id: Idcd2d5fcd2d6f5ab6e15b529e1f73c73a5ff29a9 Reviewed-by: Friedemann Kleint Reviewed-by: Christian Tismer --- sources/shiboken2/tests/libother/otherderived.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources') 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(); } -- cgit v1.2.3