diff options
author | Keine_Ahnung <dirk-vdr@gmx.de> | 2013-05-01 14:38:14 +0200 |
---|---|---|
committer | Keine_Ahnung <dirk-vdr@gmx.de> | 2013-05-01 14:38:14 +0200 |
commit | e01109afcb7f91071b5a0fb64865218228267756 (patch) | |
tree | e96540cb6f760e546e251c5eebee9f0e6175f14b /run.h | |
parent | 4a117e09935f5cff4b2c4184cc1b7731dc7c2a3b (diff) | |
download | vdr-plugin-uactivity-e01109afcb7f91071b5a0fb64865218228267756.tar.gz vdr-plugin-uactivity-e01109afcb7f91071b5a0fb64865218228267756.tar.bz2 |
Make Variale more unique
Diffstat (limited to 'run.h')
-rw-r--r-- | run.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,6 +24,6 @@ public: void CallWatchdog(eOrgin Orgin, bool Active); }; -extern cRun Run; +extern cRun uactivityRun; #endif //__RUN_H |