X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fparamdesc.h;h=2e0f0ad86f81db29788dc2fd4ac302bea1345bd5;hb=8c959946a8e6cacbc91a42b468af71b399cf014c;hp=e56dda041c68a83dfd4d9bf556b0e14eaf98e171;hpb=5ddcf36f04cfbd10fabda4e3c5633cb27cdd4c0a;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/paramdesc.h b/synfig-core/trunk/src/synfig/paramdesc.h index e56dda0..2e0f0ad 100644 --- a/synfig-core/trunk/src/synfig/paramdesc.h +++ b/synfig-core/trunk/src/synfig/paramdesc.h @@ -2,7 +2,7 @@ /*! \file paramdesc.h ** \brief ParamDesc Class Implementation ** -** $Id: paramdesc.h,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -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