TD: modernize C++: replace 'typedef' with 'using'
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
|
||||
#ifndef _TechDraw_DrawTile_h_
|
||||
#define _TechDraw_DrawTile_h_
|
||||
|
||||
#include <Mod/TechDraw/TechDrawGlobal.h>
|
||||
|
||||
#include <Mod/TechDraw/TechDrawGlobal.h>
|
||||
|
||||
# include <App/DocumentObject.h>
|
||||
# include <App/FeaturePython.h>
|
||||
@@ -62,7 +62,7 @@ protected:
|
||||
private:
|
||||
};
|
||||
|
||||
typedef App::FeaturePythonT<DrawTile> DrawTilePython;
|
||||
using DrawTilePython = App::FeaturePythonT<DrawTile>;
|
||||
|
||||
} //namespace TechDraw
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user