Add missing wxOVERRIDE to avoid clang warning to wxAny unit test

Mark ConvertValue() virtual method inherited from the base class as
overridden to avoid clang -Winconsistent-missing-override warning.
This commit is contained in:
Vadim Zeitlin 2017-10-22 22:20:37 +02:00
parent aa4c270d73
commit 1519042018

View File

@ -666,7 +666,7 @@ public:
virtual bool ConvertValue(const wxAnyValueBuffer& src,
wxAnyValueType* dstType,
wxAnyValueBuffer& dst) const
wxAnyValueBuffer& dst) const wxOVERRIDE
{
MyClass value = GetValue(src);