X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finput%2Fcontrol.h;h=1d8c50a06bd84040dc17f50c155b1997a733c0c2;hb=daf317db7a79a4c92880042125814ca942c3a6fa;hp=5b435dcf0a1f478ee0994657998bd87e09eaec9e;hpb=fcd5f24311fcfe772825a75678e038749401a9be;p=libs%2Fgui.git diff --git a/source/input/control.h b/source/input/control.h index 5b435dc..1d8c50a 100644 --- a/source/input/control.h +++ b/source/input/control.h @@ -61,9 +61,7 @@ protected: Control(); Control(const ControlSource &); Control(Device &, ControlSrcType, unsigned); - Control(const Control &); public: - Control &operator=(const Control &); virtual ~Control() { } void capture(Device &); @@ -81,6 +79,9 @@ private: void button_press(unsigned); void button_release(unsigned); void axis_motion(unsigned, float, float); + + Control(const Control &); + Control &operator=(const Control &); }; } // namespace Input