X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibmarklin%2Ftrain.h;h=5f852564074f37b5247c29f0e04a8974e569341f;hb=8e3009751ee81e0e5312cae53ee844bdd9e49628;hp=87fd4a5c839672db096ee79f87b89f7ed886c986;hpb=9b536a7197c424c3fa3809063c56da324b56dab2;p=r2c2.git diff --git a/source/libmarklin/train.h b/source/libmarklin/train.h index 87fd4a5..5f85256 100644 --- a/source/libmarklin/train.h +++ b/source/libmarklin/train.h @@ -161,7 +161,7 @@ private: void turnout_path_changed(Track &); void halt_event(bool); void block_reserved(const Block &, const Train *); - unsigned reserve_more(); + void reserve_more(); void check_turnout_paths(bool); float get_reserved_distance_until(const Block *, bool) const; float get_real_speed(unsigned) const;