aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/platform/OSXScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/platform/OSXScreen.h')
-rw-r--r--src/lib/platform/OSXScreen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/platform/OSXScreen.h b/src/lib/platform/OSXScreen.h
index 27cb7df..6178529 100644
--- a/src/lib/platform/OSXScreen.h
+++ b/src/lib/platform/OSXScreen.h
@@ -144,10 +144,10 @@ private:
ButtonID mapMacButtonToBarrier(UInt16) const;
// map mac scroll wheel value to a barrier scroll wheel value
- SInt32 mapScrollWheelToBarrier(SInt32) const;
+ SInt32 mapScrollWheelToBarrier(float) const;
// map barrier scroll wheel value to a mac scroll wheel value
- SInt32 mapScrollWheelFromBarrier(SInt32) const;
+ SInt32 mapScrollWheelFromBarrier(float) const;
// get the current scroll wheel speed
double getScrollSpeed() const;