aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/libsample/abstract.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/tests/libsample/abstract.h')
-rw-r--r--sources/shiboken2/tests/libsample/abstract.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/shiboken2/tests/libsample/abstract.h b/sources/shiboken2/tests/libsample/abstract.h
index 77a43f3d1..f31870522 100644
--- a/sources/shiboken2/tests/libsample/abstract.h
+++ b/sources/shiboken2/tests/libsample/abstract.h
@@ -102,6 +102,7 @@ protected:
unsigned int bitField: 1;
private:
+ virtual void pureVirtualPrivate() = 0;
int m_id;
};
#endif // ABSTRACT_H