aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/libsample/objectview.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/tests/libsample/objectview.h')
-rw-r--r--sources/shiboken2/tests/libsample/objectview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/tests/libsample/objectview.h b/sources/shiboken2/tests/libsample/objectview.h
index 6a54057e9..b68d031e9 100644
--- a/sources/shiboken2/tests/libsample/objectview.h
+++ b/sources/shiboken2/tests/libsample/objectview.h
@@ -38,7 +38,7 @@ class ObjectModel;
class LIBSAMPLE_API ObjectView : public ObjectType
{
public:
- ObjectView(ObjectModel* model = 0, ObjectType* parent = 0)
+ ObjectView(ObjectModel *model = nullptr, ObjectType *parent = nullptr)
: ObjectType(parent), m_model(model)
{}