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