]> git.tdb.fi Git - r2c2.git/blobdiff - source/libmarklin/layout.h
Add a timetable row type to wait for another train
[r2c2.git] / source / libmarklin / layout.h
index 4e7bcd96ce83a8da61cd1396cfab41d90168cd3a..0035e7a5481fdadc37ea29d51dd1903ed7863d84 100644 (file)
@@ -77,7 +77,7 @@ public:
        void add_track(Track &);
        const std::set<Track *> &get_tracks() const { return tracks; }
        void remove_track(Track &);
-       unsigned allocate_turnout_id();
+       unsigned allocate_turnout_id(bool);
 
        void add_block(Block &);
        Block &get_block(unsigned) const;