summaryrefslogtreecommitdiff
path: root/timerdone.h
diff options
context:
space:
mode:
Diffstat (limited to 'timerdone.h')
-rw-r--r--timerdone.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/timerdone.h b/timerdone.h
index 2c4faa1..682e5fb 100644
--- a/timerdone.h
+++ b/timerdone.h
@@ -39,16 +39,13 @@ public:
string title;
string shorttext;
- static char *buffer;
-
cTimerDone();
cTimerDone(const time_t Start, const time_t Stop, const cEvent* pEvent, const int SearchID);
- ~cTimerDone();
bool operator== (const cTimerDone &arg) const;
static bool Read(FILE *f);
bool Parse(const char *s);
- const char *ToText(void) const;
+ cString ToText(void) const;
bool Save(FILE *f);
const cEvent* GetEvent() const;
};