TD: modernize C++: replace 'typedef' with 'using'
This commit is contained in:
@@ -166,7 +166,7 @@ protected:
|
||||
|
||||
};
|
||||
|
||||
typedef App::FeaturePythonT<DrawViewSection> DrawViewSectionPython;
|
||||
using DrawViewSectionPython = App::FeaturePythonT<DrawViewSection>;
|
||||
|
||||
} //namespace TechDraw
|
||||
|
||||
|
||||
Reference in New Issue
Block a user