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