aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsample/nontypetemplate.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/tests/libsample/nontypetemplate.h')
-rw-r--r--sources/shiboken6/tests/libsample/nontypetemplate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/shiboken6/tests/libsample/nontypetemplate.h b/sources/shiboken6/tests/libsample/nontypetemplate.h
index d3bc7fb8a..e41c21604 100644
--- a/sources/shiboken6/tests/libsample/nontypetemplate.h
+++ b/sources/shiboken6/tests/libsample/nontypetemplate.h
@@ -21,7 +21,7 @@ private:
int m_array[Size];
};
-typedef IntArray<2> IntArray2;
-typedef IntArray<3> IntArray3;
+using IntArray2 = IntArray<2>;
+using IntArray3 = IntArray<3>;
#endif // NONTYPETEMPLATE_H