aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/libsample/abstract.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/tests/libsample/abstract.cpp')
-rw-r--r--sources/shiboken2/tests/libsample/abstract.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/tests/libsample/abstract.cpp b/sources/shiboken2/tests/libsample/abstract.cpp
index c4900d0af..e60c792c4 100644
--- a/sources/shiboken2/tests/libsample/abstract.cpp
+++ b/sources/shiboken2/tests/libsample/abstract.cpp
@@ -38,7 +38,7 @@ Abstract::Abstract(int id) : m_id(id)
{
primitiveField = 123;
valueTypeField = Point(12, 34);
- objectTypeField = 0;
+ objectTypeField = nullptr;
bitField = 0;
}