X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdesigner%2Fmanipulator.h;h=7b3836649d5cfd5a1a6e7c15fea920bde2b6399c;hb=8776713b20fdc7cdd09f7e2363679ebd06665d32;hp=efbdfa5fba351bf02bfff552e315a06d22f25ccb;hpb=0c0a16e5f0f41efddb6f3ff920e54a5a11e1841d;p=r2c2.git diff --git a/source/designer/manipulator.h b/source/designer/manipulator.h index efbdfa5..7b38366 100644 --- a/source/designer/manipulator.h +++ b/source/designer/manipulator.h @@ -30,7 +30,7 @@ protected: R2C2::Vector center; public: - Manipulator(Designer &, Msp::Input::Mouse &, const std::set &); + Manipulator(Designer &, Msp::Input::Keyboard &, Msp::Input::Mouse &, const std::set &); virtual ~Manipulator(); private: