61
Using Code::Blocks / Re: crash when I try to open a wxsmith file under C::B against wx 3.3.1
« Last post by Miguel Gimenez on January 26, 2026, 04:38:05 pm »This method, defined in wxscolourproperty.cpp:152
does not override in wx >= 3.3.0 because the second parameter is no longer an integer, see the documentation.
EDIT: Adding "override" to the declaration would have uncovered this long ago.
Code
wxString wxsMyColourPropertyClass::ValueToString( wxVariant& value, int argFlags ) const
EDIT: Adding "override" to the declaration would have uncovered this long ago.
Recent Posts