X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fparamdesc.h;h=2e0f0ad86f81db29788dc2fd4ac302bea1345bd5;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=85cd7378d24c85b306f0f3e993f411122e2e616e;hpb=cc54c38609ee9745ad678e5e9b9d7d2912be9c95;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/paramdesc.h b/synfig-core/trunk/src/synfig/paramdesc.h index 85cd737..2e0f0ad 100644 --- a/synfig-core/trunk/src/synfig/paramdesc.h +++ b/synfig-core/trunk/src/synfig/paramdesc.h @@ -156,7 +156,6 @@ public: /*! This value determines how the value is to be presented ** to the user when editing visually. */ ParamDesc &set_scalar(const Real &n) { scalar_=n; return *this; } - ParamDesc &set_scalar(const String &h) { hint_=h; return *this; } //! Marks the parameter as not necessary for saving or copying ParamDesc ¬_critical() { critical_=false; return *this; } @@ -186,7 +185,7 @@ public: //! Returns the localized description of the parameter const String &get_description()const { return desc_; } - //! Returns the paramater's group + //! Returns the parameter's group const String &get_group()const { return group_; } //! Returns a "hint" about the parameter, regarding how it is to be displayed to the user