Code

noop: add todo
authorjohanengelen <johanengelen@users.sourceforge.net>
Tue, 7 Apr 2009 23:05:37 +0000 (23:05 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Tue, 7 Apr 2009 23:05:37 +0000 (23:05 +0000)
src/helper/geom-curves.h

index bc5a8213a723074a24aec208533801f92cf9b4a4..7c181832c651927f5dc2d76c5108549a5a57f0e6 100644 (file)
@@ -16,6 +16,7 @@
 #include <2geom/line.h>
 #include <2geom/bezier-curve.h>
 
+/// \todo un-inline this function
 inline bool is_straight_curve(Geom::Curve const & c) {
     if( dynamic_cast<Geom::LineSegment const*>(&c) ||
         dynamic_cast<Geom::HLineSegment const*>(&c) ||