Mod: modernize C++: replace 'typedef' with 'using'

This commit is contained in:
wmayer
2022-08-29 16:21:46 +02:00
parent ba8d5ab055
commit e205daa43d
23 changed files with 32 additions and 32 deletions

View File

@@ -64,7 +64,7 @@ public:
}
};
typedef App::FeaturePythonT<FeatureViewAnnotation> FeatureViewAnnotationPython;
using FeatureViewAnnotationPython = App::FeaturePythonT<FeatureViewAnnotation>;
} //namespace Drawing