summaryrefslogtreecommitdiff
path: root/timers.h
diff options
context:
space:
mode:
Diffstat (limited to 'timers.h')
-rw-r--r--timers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/timers.h b/timers.h
index 85d6406..55feb46 100644
--- a/timers.h
+++ b/timers.h
@@ -17,6 +17,8 @@ class SortedTimers: public std::list< cTimer >
public:
std::string GetTimerId( cTimer const& timer );
cTimer* GetByTimerId( std::string const& timerid );
+
+ bool Modified() { return Timers.Modified( m_state ); }
private:
SortedTimers();