Points: modernize C++: replace 'typedef' with 'using'
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
//@}
|
||||
};
|
||||
|
||||
typedef App::FeatureCustomT<Structured> StructuredCustom;
|
||||
using StructuredCustom = App::FeatureCustomT<Structured>;
|
||||
|
||||
} //namespace Points
|
||||
|
||||
|
||||
Reference in New Issue
Block a user