summaryrefslogtreecommitdiffstats
path: root/LibOVR/Src/OVR_OSX_HIDDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'LibOVR/Src/OVR_OSX_HIDDevice.h')
-rw-r--r--LibOVR/Src/OVR_OSX_HIDDevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibOVR/Src/OVR_OSX_HIDDevice.h b/LibOVR/Src/OVR_OSX_HIDDevice.h
index 564bb60..546631d 100644
--- a/LibOVR/Src/OVR_OSX_HIDDevice.h
+++ b/LibOVR/Src/OVR_OSX_HIDDevice.h
@@ -71,7 +71,7 @@ private:
uint32_t reportId,
uint8_t* pReport,
CFIndex reportLength);
- void hidReportCallback(UByte* pData, UInt32 length);
+ void hidReportCallback(const UByte* pData, UInt32 length);
static void staticDeviceRemovedCallback(void* pContext,
IOReturn result,