aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/libsample/listuser.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/tests/libsample/listuser.h')
-rw-r--r--sources/shiboken2/tests/libsample/listuser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/tests/libsample/listuser.h b/sources/shiboken2/tests/libsample/listuser.h
index 92360884f..7e67039d9 100644
--- a/sources/shiboken2/tests/libsample/listuser.h
+++ b/sources/shiboken2/tests/libsample/listuser.h
@@ -39,7 +39,7 @@
class LIBSAMPLE_API ListUser
{
public:
- typedef std::list<Point*> PointList;
+ using PointList = std::list<Point *>;
enum ListOfSomething {
ListOfPoint,