diff options
author | zwer <zwer@1f4bef6d-8e0a-0410-8695-e467da8aaccf> | 2008-09-04 20:16:47 +0000 |
---|---|---|
committer | zwer <zwer@1f4bef6d-8e0a-0410-8695-e467da8aaccf> | 2008-09-04 20:16:47 +0000 |
commit | df5f5691179c541b4e7c65e85754f4581487c61e (patch) | |
tree | fd971925a63379a2078c849008f79f7db0bf57c0 /remote.h | |
parent | 7205f4b14f1b472625aeede98505e063c793e633 (diff) | |
download | vdr-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); }; |