use green to add a timer directly from the epgSelection
[enigma2.git] / lib / service / event.h
index 3a71f7b732732dadff6d1263ec86e02b42640c5f..cbce6f175bd6c6b508ff0313f7c53e6760a1e789 100644 (file)
@@ -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; }