aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/libsample/derived.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/tests/libsample/derived.h')
-rw-r--r--sources/shiboken2/tests/libsample/derived.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/shiboken2/tests/libsample/derived.h b/sources/shiboken2/tests/libsample/derived.h
index cc8a64d9f..84c502566 100644
--- a/sources/shiboken2/tests/libsample/derived.h
+++ b/sources/shiboken2/tests/libsample/derived.h
@@ -87,6 +87,9 @@ public:
protected:
const char* getClassName() { return className(); }
virtual const char* className() override { return "Derived"; }
+
+private:
+ void pureVirtualPrivate() override;
};
#endif // DERIVED_H