Fix build error with wxWidgets 3.0.
This commit is contained in:
parent
2db6b25b51
commit
8ad35604b4
|
@ -57,7 +57,7 @@ public:
|
|||
return s_instance.get();
|
||||
}
|
||||
|
||||
virtual wxAnyValueType* GetAssociatedType() wxOVERRIDE
|
||||
virtual wxAnyValueType* GetAssociatedType() override
|
||||
{
|
||||
return wxAnyToEDA_ANGLE_VARIANTRegistrationImpl::GetInstance();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue