// Created: 2003/07/14
// RCS-ID: $Id$
// Copyright: (c) 2003 David Elliott
-// Licence: wxWindows licence
+// Licence: wxWidgets licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
void wxSpinButton::SetValue(int value)
{
- return [(NSStepper*)m_cocoaNSView setIntValue:value];
+ [(NSStepper*)m_cocoaNSView setIntValue:value];
}
void wxSpinButton::SetRange(int minValue, int maxValue)