X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcontrol.h;h=f7146b47f4502345d8d00a01988fb4b36cc78f3c;hb=77d8b98374ab07be0d14c9c88502c6a803041040;hp=ccb16c51cabf42b70063cea68983159f8fed63c5;hpb=61eeb96535d1575ca0cf698d833c0ddfc7ae0f50;p=libs%2Fgui.git diff --git a/source/control.h b/source/control.h index ccb16c5..f7146b4 100644 --- a/source/control.h +++ b/source/control.h @@ -36,6 +36,7 @@ struct ControlSource ControlSource(); ControlSource(Device &, ControlSrcType, unsigned); + std::string str() const; }; /**