Write "operator()" instead of "operator ()", "operator&" instead of "operator &"...
[synfig.git] / synfig-core / trunk / src / synfig / curveset.h
index a74e6ec..a34976a 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file curveset.h
 **     \brief Curve Set Header
 **
-**     $Id: curveset.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
@@ -77,9 +77,9 @@ public:
                CleanUp(invert);
        }
 
-       CurveSet operator &(const CurveSet &rhs) const; //intersect
-       CurveSet operator |(const CurveSet &rhs) const; //union
-       CurveSet operator -(const CurveSet &rhs) const; //subtract
+       CurveSet operator&(const CurveSet &rhs) const;  //intersect
+       CurveSet operator|(const CurveSet &rhs) const; //union
+       CurveSet operator-(const CurveSet &rhs) const; //subtract
 
 
        //Point containment