summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/2geom/convex-cover.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/2geom/convex-cover.cpp b/src/2geom/convex-cover.cpp
index 5b6d36c49..1c2eb8757 100644
--- a/src/2geom/convex-cover.cpp
+++ b/src/2geom/convex-cover.cpp
@@ -267,6 +267,7 @@ proposed algorithm: We must be very careful about rounding here.
bool
ConvexHull::no_colinear_points() const {
// XXX: implement me!
+ return true; // TODO return proper value
}
bool