X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2F_curve.h;h=e6ddbd3f0e0b134274763a56c0158693b18cef03;hb=e0dedc46e8ab6b258be81887689b0c0fd60def0c;hp=7cf76c19ebd8013417f79dc7244283d920ceaf67;hpb=b3016b249333ac0ab0008d8c6c4d9029b2ff30c9;p=synfig.git diff --git a/ETL/trunk/ETL/_curve.h b/ETL/trunk/ETL/_curve.h index 7cf76c1..e6ddbd3 100644 --- a/ETL/trunk/ETL/_curve.h +++ b/ETL/trunk/ETL/_curve.h @@ -1,7 +1,7 @@ /*! ======================================================================== ** Extended Template Library ** Curve Class Implementation -** $Id: _curve.h,v 1.1.1.1 2005/01/04 01:31:47 darco Exp $ +** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** @@ -24,8 +24,8 @@ /* === S T A R T =========================================================== */ -#ifndef __ETL_CURVE_H -#define __ETL_CURVE_H +#ifndef __ETL__CURVE_H +#define __ETL__CURVE_H /* === H E A D E R S ======================================================= */ @@ -65,7 +65,7 @@ private: LINEAR, ABSOLUTE, FAST_TO_SLOW, - + }; public: };