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