]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/elevatetool.h
Don't crash if a train has no router
[r2c2.git] / source / designer / elevatetool.h
index 34c54e7e1fe95a5e7305b3f2ec0ebd13fec9e88c..801a69de9a35bbc426acf00d3b902ececf2bbd0f 100644 (file)
@@ -9,7 +9,7 @@ private:
        float origin;
 
 public:
-       ElevateTool(Designer &, Msp::Input::Mouse &, const std::set<R2C2::Object *> &);
+       ElevateTool(Designer &, Msp::Input::Keyboard &, Msp::Input::Mouse &, const std::set<R2C2::Object *> &);
 
        virtual void axis_motion(unsigned, float, float);
 };