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

This commit is contained in:
wmayer
2022-08-29 22:57:24 +02:00
parent 55bfdfb6d7
commit 2ae40e006c
5 changed files with 18 additions and 18 deletions

View File

@@ -169,7 +169,7 @@ protected:
SoIndexedPointSet * pcPoints;
};
typedef Gui::ViewProviderPythonFeatureT<ViewProviderScattered> ViewProviderPython;
using ViewProviderPython = Gui::ViewProviderPythonFeatureT<ViewProviderScattered>;
} // namespace PointsGui