Fixed the remaining doxygen warnings and errors for synfig-core.
[synfig.git] / synfig-core / trunk / src / synfig / curve_helper.cpp
index 00f95cf..d599620 100644 (file)
@@ -621,7 +621,7 @@ void CIntersect::recurse_intersect(const SCurve &left, const SCurve &right, int
 
 
 
-bool CIntersect::operator()(const bezier<Point> &c1, const bezier<Point> &c2)
+bool CIntersect::operator()(const etl::bezier<Point> &c1, const etl::bezier<Point> &c2)
 {
        times.clear();