]> git.tdb.fi Git - r2c2.git/blobdiff - source/libmarklin/route.h
If a train is not on the specified route, find a route to it
[r2c2.git] / source / libmarklin / route.h
index 14ac94ce9073f0dcba51d788ea140e64c8a9d811..89788e3b62b477fc945229a96f4e1ede0ecbfc7f 100644 (file)
@@ -54,6 +54,7 @@ private:
 
 public:
        static Route *find(const Track &, unsigned, const Track &);
+       static Route *find(const Track &, unsigned, const Route &);
 };
 
 } // namespace Marklin