aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/libsample/sometime.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/tests/libsample/sometime.h')
-rw-r--r--sources/shiboken2/tests/libsample/sometime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/tests/libsample/sometime.h b/sources/shiboken2/tests/libsample/sometime.h
index 319cd7f8f..ef16efa29 100644
--- a/sources/shiboken2/tests/libsample/sometime.h
+++ b/sources/shiboken2/tests/libsample/sometime.h
@@ -70,7 +70,7 @@ public:
NumArgs somethingCompletelyDifferent();
NumArgs somethingCompletelyDifferent(int h, int m,
ImplicitConv ic = ImplicitConv::CtorThree,
- ObjectType* type = 0);
+ ObjectType *type = nullptr);
Str toString() const;
bool operator==(const Time& other) const;