summaryrefslogtreecommitdiff
path: root/remote.h
diff options
context:
space:
mode:
Diffstat (limited to 'remote.h')
-rw-r--r--remote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote.h b/remote.h
index b3717b3..17b8d8c 100644
--- a/remote.h
+++ b/remote.h
@@ -17,7 +17,7 @@ public:
cMyRemote(const char *Name);
virtual bool Initialize(void);
virtual bool Ready(void);
- virtual bool Put(uint64 Code, bool Repeat, bool Release);
+ virtual bool Put(uint64_t Code, bool Repeat, bool Release);
};