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