TD: modernize C++: replace 'typedef' with 'using'
This commit is contained in:
@@ -113,7 +113,7 @@ private:
|
||||
|
||||
};
|
||||
|
||||
typedef App::FeaturePythonT<DrawGeomHatch> DrawGeomHatchPython;
|
||||
using DrawGeomHatchPython = App::FeaturePythonT<DrawGeomHatch>;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user