diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-11-15 22:11:15 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-11-15 22:11:15 +0000 |
| commit | 07a0b9095023f888ec1a6fde069a862c29c16047 (patch) | |
| tree | 4ca8a280df1a5d475d4c4d0ceef7c516b8896fd7 /lib | |
| parent | 9d4f4b9a79264f748a1e1faa6fe00414801b9ffd (diff) | |
| download | enigma2-07a0b9095023f888ec1a6fde069a862c29c16047.tar.gz enigma2-07a0b9095023f888ec1a6fde069a862c29c16047.zip | |
reformat
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/base/ebase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base/ebase.cpp b/lib/base/ebase.cpp index 2ad023b9..7300a571 100644 --- a/lib/base/ebase.cpp +++ b/lib/base/ebase.cpp @@ -288,7 +288,7 @@ void eMainloop::quit( int ret ) // call this to leave all loops void eMainloop::addTimeOffset(int offset) { singleLock s(recalcLock); - for (ePtrList<eTimer>::iterator it(m_timer_list); it != m_timer_list.end(); ++it ) + for (ePtrList<eTimer>::iterator it = m_timer_list.begin(); it != m_timer_list.end(); ++it ) it->addTimeOffset(offset); } |
