summaryrefslogtreecommitdiff
path: root/inputdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'inputdev.h')
-rw-r--r--inputdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inputdev.h b/inputdev.h
index 56ed0b8..7038442 100644
--- a/inputdev.h
+++ b/inputdev.h
@@ -65,7 +65,7 @@ public:
void remove_device(char const *dev);
void remove_device(class cInputDevice *dev);
- static void close(int fd);
+ static void close(int &fd);
bool Put(uint64_t Code, bool Repeat, bool Release) {
return cRemote::Put(Code, Repeat, Release);