Path: modernize C++: replace 'typedef' with 'using'
This commit is contained in:
@@ -64,7 +64,7 @@ protected:
|
||||
|
||||
};
|
||||
|
||||
typedef App::FeaturePythonT<Feature> FeaturePython;
|
||||
using FeaturePython = App::FeaturePythonT<Feature>;
|
||||
|
||||
} //namespace Path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user