X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsmoothcontrol.h;h=26484a912c4a2b0615a47bc45d0b6376a919d4db;hb=0639a524acf40293d79ebb65b20c27385a82431e;hp=3c41d1ca8d1c1f410bc92d8b2b18d1d820ff7846;hpb=eb9a95ca4acbbdbc6c17acd6b8a135deab906f39;p=libs%2Fgui.git diff --git a/source/smoothcontrol.h b/source/smoothcontrol.h index 3c41d1c..26484a9 100644 --- a/source/smoothcontrol.h +++ b/source/smoothcontrol.h @@ -34,6 +34,8 @@ public: SmoothControl(); SmoothControl(const ControlSource &); SmoothControl(Device &, ControlSrcType, unsigned); + SmoothControl &operator=(const SmoothControl &); + virtual ~SmoothControl(); void pair(SmoothControl *ctrl); float get_value() const { return value; }