diff options
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); |