diff options
Diffstat (limited to 'src/Timer.hh')
| -rw-r--r-- | src/Timer.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Timer.hh b/src/Timer.hh index a4b04010..f13ad4dc 100644 --- a/src/Timer.hh +++ b/src/Timer.hh @@ -119,8 +119,8 @@ struct TimerLessThan { } }; -#include <deque> -typedef _timer_queue<BTimer*, std::deque<BTimer*>, TimerLessThan> TimerQueue; +#include <vector> +typedef _timer_queue<BTimer*, std::vector<BTimer*>, TimerLessThan> TimerQueue; class TimerQueueManager { public: |
