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:
parent
aa4c270d73
commit
1519042018
@ -666,7 +666,7 @@ public:
|
||||
|
||||
virtual bool ConvertValue(const wxAnyValueBuffer& src,
|
||||
wxAnyValueType* dstType,
|
||||
wxAnyValueBuffer& dst) const
|
||||
wxAnyValueBuffer& dst) const wxOVERRIDE
|
||||
{
|
||||
MyClass value = GetValue(src);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user