Points: modernize C++: replace 'typedef' with 'using'
This commit is contained in:
@@ -169,7 +169,7 @@ protected:
|
||||
SoIndexedPointSet * pcPoints;
|
||||
};
|
||||
|
||||
typedef Gui::ViewProviderPythonFeatureT<ViewProviderScattered> ViewProviderPython;
|
||||
using ViewProviderPython = Gui::ViewProviderPythonFeatureT<ViewProviderScattered>;
|
||||
|
||||
} // namespace PointsGui
|
||||
|
||||
|
||||
Reference in New Issue
Block a user