aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/libsample/strlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/tests/libsample/strlist.h')
-rw-r--r--sources/shiboken2/tests/libsample/strlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/tests/libsample/strlist.h b/sources/shiboken2/tests/libsample/strlist.h
index 27fc05e6e..43aa15390 100644
--- a/sources/shiboken2/tests/libsample/strlist.h
+++ b/sources/shiboken2/tests/libsample/strlist.h
@@ -60,6 +60,6 @@ private:
CtorEnum m_ctorUsed;
};
-typedef StrList PStrList;
+using PStrList = StrList;
#endif // STRLIST_H