X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Fengineer.h;h=944c39047a967ae0344b13bb3d216871e427b082;hb=2d44923e135a119fde31a7a50e5fcd3e400e4f41;hp=4ca753e949f230b864acf266f3e07b2403c86294;hpb=1ff06c5bc46a677fa389ef86c6b26664368f1653;p=r2c2.git diff --git a/source/engineer/engineer.h b/source/engineer/engineer.h index 4ca753e..944c390 100644 --- a/source/engineer/engineer.h +++ b/source/engineer/engineer.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of R²C² -Copyright © 2006-2010 Mikkosoft Productions, Mikko Rasa +Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa Distributed under the GPL */ @@ -92,7 +92,7 @@ private: void reset_block_color(const R2C2::Block &); void sensor_event(unsigned, bool); void block_reserved(const R2C2::Block &, const R2C2::Train *); - R2C2::Track3D *pick_track(int, int); + R2C2::Track *pick_track(int, int); void train_added(R2C2::Train &); virtual void sighandler(int);