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