Gui: modernize C++: replace 'typedef' with 'using'
This commit is contained in:
@@ -80,7 +80,7 @@ struct NavigationStyleP {
|
||||
}
|
||||
|
||||
class FCSphereSheetProjector : public SbSphereSheetProjector {
|
||||
typedef SbSphereSheetProjector inherited;
|
||||
using inherited = SbSphereSheetProjector;
|
||||
|
||||
public:
|
||||
enum OrbitStyle {
|
||||
|
||||
Reference in New Issue
Block a user