aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/libother/otherderived.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/tests/libother/otherderived.cpp')
-rw-r--r--sources/shiboken2/tests/libother/otherderived.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/shiboken2/tests/libother/otherderived.cpp b/sources/shiboken2/tests/libother/otherderived.cpp
index 4128d73ff..de16b0ab4 100644
--- a/sources/shiboken2/tests/libother/otherderived.cpp
+++ b/sources/shiboken2/tests/libother/otherderived.cpp
@@ -59,3 +59,6 @@ OtherDerived::unpureVirtual()
{
}
+void OtherDerived::pureVirtualPrivate()
+{
+}