aboutsummaryrefslogtreecommitdiff
path: root/lib/driver/rc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/driver/rc.h')
-rw-r--r--lib/driver/rc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/driver/rc.h b/lib/driver/rc.h
index 909ebaee..2a776ee4 100644
--- a/lib/driver/rc.h
+++ b/lib/driver/rc.h
@@ -41,7 +41,7 @@ public:
* For Example, it might be 16bit codes with one bit make/break or special codes
* for repeat.
*/
- virtual void handleCode(int code)=0;
+ virtual void handleCode(long code)=0;
/**
* \brief Get user readable description.
* \result The description.