warning about returning something from a void function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -56,7 +56,7 @@ int wxSpinButton::GetValue() const
|
||||
|
||||
void wxSpinButton::SetValue(int value)
|
||||
{
|
||||
return [(NSStepper*)m_cocoaNSView setIntValue:value];
|
||||
[(NSStepper*)m_cocoaNSView setIntValue:value];
|
||||
}
|
||||
|
||||
void wxSpinButton::SetRange(int minValue, int maxValue)
|
||||
|
Reference in New Issue
Block a user