compilation error fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -347,7 +347,7 @@ bool wxJoystick::HasPOVCTS(void) const
|
|||||||
// Operations
|
// Operations
|
||||||
////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
bool wxJoystick::SetCapture(wxWindow* win, int pollingFreq = 0)
|
bool wxJoystick::SetCapture(wxWindow* win, int pollingFreq)
|
||||||
{
|
{
|
||||||
m_catchwin = win;
|
m_catchwin = win;
|
||||||
m_polling = pollingFreq;
|
m_polling = pollingFreq;
|
||||||
|
@@ -347,7 +347,7 @@ bool wxJoystick::HasPOVCTS(void) const
|
|||||||
// Operations
|
// Operations
|
||||||
////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
bool wxJoystick::SetCapture(wxWindow* win, int pollingFreq = 0)
|
bool wxJoystick::SetCapture(wxWindow* win, int pollingFreq)
|
||||||
{
|
{
|
||||||
m_catchwin = win;
|
m_catchwin = win;
|
||||||
m_polling = pollingFreq;
|
m_polling = pollingFreq;
|
||||||
|
Reference in New Issue
Block a user