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