Code

dropper modes: replace undecipherable icons with text labels
[inkscape.git] / src / 2geom / geom.cpp
index d2f2ef29b25fa9f286ffacca2e05ff5ba926628d..8845cefa89fe443ae321fe022a7ee4be8c22c574 100644 (file)
@@ -9,6 +9,8 @@
 #include "geom.h"
 #include "point.h"
 
+namespace Geom {
+
 /**
  * Finds the intersection of the two (infinite) lines
  * defined by the points p such that dot(n0, p) == d0 and dot(n1, p) == d1.
@@ -206,6 +208,8 @@ int centroid(std::vector<Geom::Point> p, Geom::Point& centroid, double &area) {
     return 2;
 }
 
+}
+
 /*
   Local Variables:
   mode:c++