aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/libsample/str.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/tests/libsample/str.h')
-rw-r--r--sources/shiboken2/tests/libsample/str.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/shiboken2/tests/libsample/str.h b/sources/shiboken2/tests/libsample/str.h
index d3bcbaafc..4af00e5b6 100644
--- a/sources/shiboken2/tests/libsample/str.h
+++ b/sources/shiboken2/tests/libsample/str.h
@@ -49,7 +49,7 @@ public:
char get_char(int pos) const;
bool set_char(int pos, char ch);
- int toInt(bool* ok = 0, int base = 10) const;
+ int toInt(bool *ok = nullptr, int base = 10) const;
void show() const;
@@ -73,6 +73,6 @@ LIBSAMPLE_API unsigned int strHash(const Str& str);
typedef Str PStr;
LIBSAMPLE_API void changePStr(PStr* pstr, const char* suffix);
-LIBSAMPLE_API void duplicatePStr(PStr* pstr = 0);
+LIBSAMPLE_API void duplicatePStr(PStr *pstr = nullptr);
#endif // STR_H