From 07a0b9095023f888ec1a6fde069a862c29c16047 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Tue, 15 Nov 2005 22:11:15 +0000 Subject: [PATCH] reformat --- lib/base/ebase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::iterator it(m_timer_list); it != m_timer_list.end(); ++it ) + for (ePtrList::iterator it = m_timer_list.begin(); it != m_timer_list.end(); ++it ) it->addTimeOffset(offset); } -- 2.30.2