/////////////////////////////////////////////////////////////////////////////
-// Name: src/mac/corefoundation/hid.cpp
+// Name: src/osx/corefoundation/hid.cpp
// Purpose: DARWIN HID layer for WX Implementation
// Author: Ryan Norton
// Modified by:
//DARWIN _ONLY_
#ifdef __DARWIN__
-#include "wx/mac/corefoundation/hid.h"
+#include "wx/osx/core/hid.h"
#ifndef WX_PRECOMP
#include "wx/dynarray.h"
#include "wx/module.h"
#endif
-#include "wx/mac/corefoundation/cfstring.h"
+#include "wx/osx/core/cfstring.h"
// ============================================================================
// implementation
// ----------------------------------------------------------------------------
bool wxHIDDevice::HasElement(int nIndex)
{
- return m_pCookies[nIndex] != NULL;
+ return (void*) m_pCookies[nIndex] != NULL;
}
// ----------------------------------------------------------------------------