diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-26 05:27:25 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-26 05:27:25 +0000 |
| commit | a6d6f0118be066b9bb86e681aa67eca715f4fc69 (patch) | |
| tree | a418cea4909e528c8aaa7a19a60fb80ba63fcb51 /src/Timer.hh | |
| parent | 85612861f59e0c745eb75f97946ca6dbcae1dff5 (diff) | |
sync with blackbox
get rid of the default limit on window sizes
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: |
