Path: modernize C++: replace 'typedef' with 'using'
This commit is contained in:
@@ -48,7 +48,7 @@ protected:
|
||||
|
||||
};
|
||||
|
||||
typedef Gui::ViewProviderPythonFeatureT<ViewProviderPathCompound> ViewProviderPathCompoundPython;
|
||||
using ViewProviderPathCompoundPython = Gui::ViewProviderPythonFeatureT<ViewProviderPathCompound>;
|
||||
|
||||
} //namespace PathGui
|
||||
|
||||
|
||||
Reference in New Issue
Block a user