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

This commit is contained in:
wmayer
2022-08-29 22:21:01 +02:00
parent 6d4f95650c
commit 55bfdfb6d7
10 changed files with 32 additions and 32 deletions

View File

@@ -64,7 +64,7 @@ protected:
};
typedef App::FeaturePythonT<Feature> FeaturePython;
using FeaturePython = App::FeaturePythonT<Feature>;
} //namespace Path