From 64b89df10c6ceb4fac492bcf66434edf95059dd8 Mon Sep 17 00:00:00 2001 From: NicoHood Date: Sun, 11 Oct 2015 12:53:37 +0200 Subject: [PATCH] Mouse API fix --- src/HID-APIs/MouseAPI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HID-APIs/MouseAPI.h b/src/HID-APIs/MouseAPI.h index 1357d14..b72712e 100644 --- a/src/HID-APIs/MouseAPI.h +++ b/src/HID-APIs/MouseAPI.h @@ -80,7 +80,7 @@ public: protected: uint8_t _buttons; - void buttons(uint8_t b); + inline void buttons(uint8_t b); }; // Implementation is inline