gcc4 build fix
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25866 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -155,7 +155,7 @@ BJoystick::Close(void)
|
|||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
BJoystick::ScanDevices(bool use_disabled = false)
|
BJoystick::ScanDevices(bool use_disabled)
|
||||||
{
|
{
|
||||||
// First, we empty the list
|
// First, we empty the list
|
||||||
for (int32 count = _fDevices->CountItems() - 1; count >= 0; count--)
|
for (int32 count = _fDevices->CountItems() - 1; count >= 0; count--)
|
||||||
|
|||||||
Reference in New Issue
Block a user