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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/tests/libsample/str.h b/sources/shiboken2/tests/libsample/str.h
index 4af00e5b6..2f7cee8c3 100644
--- a/sources/shiboken2/tests/libsample/str.h
+++ b/sources/shiboken2/tests/libsample/str.h
@@ -71,7 +71,7 @@ private:
LIBSAMPLE_API Str operator+(int number, const Str& str);
LIBSAMPLE_API unsigned int strHash(const Str& str);
-typedef Str PStr;
+using PStr = Str;
LIBSAMPLE_API void changePStr(PStr* pstr, const char* suffix);
LIBSAMPLE_API void duplicatePStr(PStr *pstr = nullptr);