aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/libsample/polygon.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/tests/libsample/polygon.h')
-rw-r--r--sources/shiboken2/tests/libsample/polygon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/tests/libsample/polygon.h b/sources/shiboken2/tests/libsample/polygon.h
index 3eafa3094..728332d1a 100644
--- a/sources/shiboken2/tests/libsample/polygon.h
+++ b/sources/shiboken2/tests/libsample/polygon.h
@@ -37,7 +37,7 @@
class LIBSAMPLE_API Polygon
{
public:
- typedef std::list<Point> PointList;
+ using PointList = std::list<Point>;
Polygon() {}
Polygon(double x, double y);