diff options
author | Jochen Dolze <vdr@dolze.de> | 2009-02-15 12:18:58 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2009-02-15 12:18:58 +0100 |
commit | 4623f83447b49830838880320a1fcc9922d00833 (patch) | |
tree | 7719f6d3f6df735e8ca7facfabab648c0ff37cdf /global.h | |
parent | 8112230ac0a66766d233253b6260a1a06229aff6 (diff) | |
download | vdr-plugin-infosatepg-4623f83447b49830838880320a1fcc9922d00833.tar.gz vdr-plugin-infosatepg-4623f83447b49830838880320a1fcc9922d00833.tar.bz2 |
Fixed processedall status bug
Diffstat (limited to 'global.h')
-rw-r--r-- | global.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -184,7 +184,7 @@ public: int Load(); int Save(); - bool ProcessedAll; + bool ProcessedAll(); void ResetProcessed (void); void ResetReceivedAll(void); bool ReceivedAll (int *Day, int *Month); |