Make the names for the guards for ETL private headers consistent WRT the number of...
[synfig.git] / ETL / trunk / ETL / _curve.h
index 7cf76c1..e6ddbd3 100644 (file)
@@ -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:
 };