X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Ftimer.h;fp=source%2Ftime%2Ftimer.h;h=a0dabcdbd7b7cc8e08d553ba7c3e8ea46797762c;hp=935df0323debc6c25dbb6e1bb8f62c54f12d67db;hb=5889d53f8f073ff0e1e1ebbd786abecd8352a7b3;hpb=c76bd823b81d723d8cd4531631a4b18544f1981a diff --git a/source/time/timer.h b/source/time/timer.h index 935df03..a0dabcd 100644 --- a/source/time/timer.h +++ b/source/time/timer.h @@ -1,14 +1,14 @@ /* $Id$ This file is part of libmspcore -Copyright © 2006 Mikko Rasa, Mikkosoft Productions +Copyright © 2006, 2009 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ #ifndef MSP_TIME_TIMER_H_ #define MSP_TIME_TIMER_H_ -#include +#include #include #include "../core/mutex.h" #include "../core/semaphore.h" @@ -53,7 +53,7 @@ private: bool operator<(const SlotProxy &) const; }; - std::set slots; + std::vector slots; Semaphore sem; Mutex mutex;