summaryrefslogtreecommitdiff
path: root/remote.h
diff options
context:
space:
mode:
authorzwer <zwer@1f4bef6d-8e0a-0410-8695-e467da8aaccf>2008-09-04 20:16:47 +0000
committerzwer <zwer@1f4bef6d-8e0a-0410-8695-e467da8aaccf>2008-09-04 20:16:47 +0000
commitdf5f5691179c541b4e7c65e85754f4581487c61e (patch)
treefd971925a63379a2078c849008f79f7db0bf57c0 /remote.h
parent7205f4b14f1b472625aeede98505e063c793e633 (diff)
downloadvdr-plugin-ffnetdev-df5f5691179c541b4e7c65e85754f4581487c61e.tar.gz
vdr-plugin-ffnetdev-df5f5691179c541b4e7c65e85754f4581487c61e.tar.bz2
Lauffähg unter VDR 1.6.0 gemacht
git-svn-id: svn://svn.berlios.de/ffnetdev/trunk@34 1f4bef6d-8e0a-0410-8695-e467da8aaccf
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);
};