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