Mod: modernize C++: replace 'typedef' with 'using'
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
typedef App::FeaturePythonT<FeatureViewAnnotation> FeatureViewAnnotationPython;
|
||||
using FeatureViewAnnotationPython = App::FeaturePythonT<FeatureViewAnnotation>;
|
||||
|
||||
|
||||
} //namespace Drawing
|
||||
|
||||
Reference in New Issue
Block a user