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