X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Ftime_scheduler.hpp;h=d26cb763bb7cf3d9bc312831a87265146f6e5dc0;hb=9d05abe97c11bec660967594ca889f89338ab343;hp=e3bf895f52a1c6b12c68ed8f27da7f46e68126ef;hpb=cb941f239a04ee0588c99bfcdcd6aff62e1fbc98;p=supertux.git diff --git a/src/scripting/time_scheduler.hpp b/src/scripting/time_scheduler.hpp index e3bf895f5..d26cb763b 100644 --- a/src/scripting/time_scheduler.hpp +++ b/src/scripting/time_scheduler.hpp @@ -54,7 +54,7 @@ private: return wakeup_time > other.wakeup_time; } }; - + typedef std::vector ScheduleHeap; ScheduleHeap schedule; }; @@ -62,4 +62,3 @@ private: } #endif -