aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/libother/otherderived.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/tests/libother/otherderived.h')
-rw-r--r--sources/shiboken2/tests/libother/otherderived.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/shiboken2/tests/libother/otherderived.h b/sources/shiboken2/tests/libother/otherderived.h
index 88c711e1a..592e9e023 100644
--- a/sources/shiboken2/tests/libother/otherderived.h
+++ b/sources/shiboken2/tests/libother/otherderived.h
@@ -60,6 +60,9 @@ public:
protected:
inline const char* getClassName() { return className(); }
virtual const char* className() override { return "OtherDerived"; }
+
+private:
+ void pureVirtualPrivate() override;
};
#endif // OTHERDERIVED_H