X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fsynfigapp%2Fblineconvert.h;h=74c98d434e7faf3fcd37c73c8dec1b4559264604;hb=d15c4522466bedfbe61620c401becae0931854f5;hp=f3fd890c93562c0756b08d5ed77f88e62172c93c;hpb=c34eaa5441242b3e9a7b7645e9ee4983d14eae85;p=synfig.git diff --git a/synfig-studio/trunk/src/synfigapp/blineconvert.h b/synfig-studio/trunk/src/synfigapp/blineconvert.h index f3fd890..74c98d4 100644 --- a/synfig-studio/trunk/src/synfigapp/blineconvert.h +++ b/synfig-studio/trunk/src/synfigapp/blineconvert.h @@ -2,7 +2,7 @@ /*! \file blineconvert.h ** \brief Template Header ** -** $Id: blineconvert.h,v 1.1.1.1 2005/01/07 03:34:37 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -57,7 +57,7 @@ public: :curind(o.curind), tangentscale(o.tangentscale), error(o.error) {} - const cpindex & operator = (const cpindex & rhs) + const cpindex & operator=(const cpindex & rhs) { curind = rhs.curind; tangentscale = rhs.tangentscale; @@ -65,7 +65,7 @@ public: return *this; } - bool operator < (const cpindex &rhs) const + bool operator<(const cpindex &rhs) const { return curind < rhs.curind; } @@ -106,7 +106,7 @@ public: BLineConverter(); static void EnforceMinWidth(std::list &bline, synfig::Real min_pressure); - void operator ()(std::list &out, const std::list &in,const std::list &in_w); + void operator()(std::list &out, const std::list &in,const std::list &in_w); }; }; // END of namespace synfigapp