summaryrefslogtreecommitdiff
path: root/recmenumanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'recmenumanager.h')
-rw-r--r--recmenumanager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/recmenumanager.h b/recmenumanager.h
index 9448c12..0cc4455 100644
--- a/recmenumanager.h
+++ b/recmenumanager.h
@@ -23,7 +23,11 @@ private:
void SetBackground(void);
void DeleteBackground(void);
void DisplaySearchTimerList(void);
+#if defined (APIVERSNUM) && (APIVERSNUM >= 20301)
+ bool DisplayTimerConflict(const cTimer *timer);
+#else
bool DisplayTimerConflict(cTimer *timer);
+#endif
bool DisplayTimerConflict(int timerID);
void DisplayDetailedView(const cEvent *ev);
void DisplayFavoriteResults(std::string header, const cEvent **result, int numResults);