]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/trainrouter.h
Robustify sequence handling while applying route plans
[r2c2.git] / source / libr2c2 / trainrouter.h
index ad77f31b914b766c5c91af88208ddb6253dbf784..457bdf78cf59c5dd5fcfb4c49db644f991ec888b 100644 (file)
@@ -118,7 +118,7 @@ private:
        bool create_lead_route();
        bool advance_to_track(RouteList::iterator &, const TrackIter &);
 
-       static void get_routers(Layout &, std::vector<TrainRouter *> &);
+       static void get_routers(Layout &, std::vector<TrainRouter *> &, TrainRoutePlanner * = 0);
        static void start_planning(Layout &);
        static void apply_plan(Layout &, TrainRoutePlanner &);
 };