Mesh: modernize C++: replace 'typedef' with 'using'

This commit is contained in:
wmayer
2022-08-29 18:30:53 +02:00
parent e205daa43d
commit fd4e2c967b
30 changed files with 103 additions and 103 deletions

View File

@@ -29,7 +29,7 @@
namespace MeshGui {
typedef Gui::ViewProviderPythonFeatureT<ViewProviderMeshFaceSet> ViewProviderPython;
using ViewProviderPython = Gui::ViewProviderPythonFeatureT<ViewProviderMeshFaceSet>;
} // namespace MeshGui