]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/movetool.h
Move common accept/cancel handling to the Tool class
[r2c2.git] / source / designer / movetool.h
index 2f243fefdd5228b3b2a630a610c0f7a751565a54..40665c5bfa5eba6f15b1dcc15fca1a3d166f32ea 100644 (file)
@@ -23,7 +23,7 @@ private:
 public:
        MoveTool(Designer &, Msp::Input::Mouse &, const std::set<R2C2::Object *> &);
 
-       virtual void axis_motion(unsigned, float, float);
+       virtual void pointer_motion();
 };
 
 #endif