summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/helper/geom-curves.h1
1 files changed, 1 insertions, 0 deletions
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<Geom::LineSegment const*>(&c) ||
dynamic_cast<Geom::HLineSegment const*>(&c) ||