TD: modernize C++: replace 'typedef' with 'using'
This commit is contained in:
@@ -74,7 +74,7 @@ protected:
|
||||
std::string getSVGTail();
|
||||
};
|
||||
|
||||
typedef App::FeaturePythonT<DrawViewDraft> DrawViewDraftPython;
|
||||
using DrawViewDraftPython = App::FeaturePythonT<DrawViewDraft>;
|
||||
|
||||
|
||||
} //namespace TechDraw
|
||||
|
||||
Reference in New Issue
Block a user