From: johanengelen Date: Tue, 7 Apr 2009 23:05:37 +0000 (+0000) Subject: noop: add todo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b35630318d6108a78803f99f54b65d8fffb961ff;p=inkscape.git noop: add todo --- diff --git a/src/helper/geom-curves.h b/src/helper/geom-curves.h index bc5a8213a..7c181832c 100644 --- a/src/helper/geom-curves.h +++ b/src/helper/geom-curves.h @@ -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(&c) || dynamic_cast(&c) ||