summaryrefslogtreecommitdiff
path: root/epgsearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'epgsearch.h')
-rw-r--r--epgsearch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epgsearch.h b/epgsearch.h
index be8bf0c..c882eed 100644
--- a/epgsearch.h
+++ b/epgsearch.h
@@ -265,6 +265,7 @@ public:
SearchTimer* GetByTimerId( std::string const& id );
bool ToggleActive(std::string const& id);
bool Delete(std::string const& id);
+ void TriggerUpdate();
private:
TimerList m_timers;
};