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

This commit is contained in:
wmayer
2022-08-29 22:21:01 +02:00
parent 6d4f95650c
commit 55bfdfb6d7
10 changed files with 32 additions and 32 deletions

View File

@@ -48,7 +48,7 @@ protected:
};
typedef Gui::ViewProviderPythonFeatureT<ViewProviderPathCompound> ViewProviderPathCompoundPython;
using ViewProviderPathCompoundPython = Gui::ViewProviderPythonFeatureT<ViewProviderPathCompound>;
} //namespace PathGui