From bf7bc184d74a404dc73ea230d525b78d07aa09de Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sat, 12 Nov 2005 11:16:44 +0000 Subject: timer-add-support --- lib/service/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/service') diff --git a/lib/service/event.h b/lib/service/event.h index 3a71f7b7..cbce6f17 100644 --- a/lib/service/event.h +++ b/lib/service/event.h @@ -21,7 +21,7 @@ public: bool loadLanguage(Event *event, std::string lang); RESULT parseFrom(Event *evt); #endif - time_t getBeginTime() { return m_begin; } + long getBeginTime() { return (long)m_begin; } int getDuration() { return m_duration; } std::string getEventName() { return m_event_name; } std::string getShortDescription() { return m_short_description; } -- cgit v1.2.3