summaryrefslogtreecommitdiff
path: root/timers.h
diff options
context:
space:
mode:
Diffstat (limited to 'timers.h')
-rw-r--r--timers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/timers.h b/timers.h
index c4bf7f3..f03ddc5 100644
--- a/timers.h
+++ b/timers.h
@@ -20,8 +20,8 @@ public:
cTimer* GetByTimerId( std::string const& timerid );
bool Modified() { return Timers.Modified( m_state ); }
-
static std::string GetTimerDays(cTimer const& timer);
+ static std::string GetTimerInfo(cTimer const& timer);
private:
SortedTimers();