Fix build error with wxWidgets 3.0.

This commit is contained in:
Wayne Stambaugh 2022-11-15 13:27:20 -05:00
parent 2db6b25b51
commit 8ad35604b4
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public:
return s_instance.get();
}
virtual wxAnyValueType* GetAssociatedType() wxOVERRIDE
virtual wxAnyValueType* GetAssociatedType() override
{
return wxAnyToEDA_ANGLE_VARIANTRegistrationImpl::GetInstance();
}