summaryrefslogtreecommitdiff
path: root/noannounce.h
diff options
context:
space:
mode:
Diffstat (limited to 'noannounce.h')
-rw-r--r--noannounce.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noannounce.h b/noannounce.h
index c62e832..759b317 100644
--- a/noannounce.h
+++ b/noannounce.h
@@ -37,10 +37,10 @@ public:
string shortText; // Short description of this event
time_t startTime; // Start time of the timer
time_t nextAnnounce; // time of the next announce
- tChannelID channelID;
+ tChannelID channelID;
static char *buffer;
-
+
cNoAnnounce();
cNoAnnounce(const cEvent* Event, time_t NextAnnounce = 0);
~cNoAnnounce();