Code

PNG output for Cairo renderer
[inkscape.git] / src / libcola / straightener.h
index 33af0c697574d3664b786cc31d6f0281788caa16..e2c50a3a624ac44a36a518719406027bca8b19bc 100644 (file)
@@ -97,7 +97,7 @@ namespace straightener {
         bool dummy;
         double weight;
         bool open;
-        Node(unsigned id, Rectangle* r) :
+        Node(unsigned id, vpsc::Rectangle* r) :
             id(id),x(r->getCentreX()),y(r->getCentreY()), width(r->width()), height(r->height()),
             xmin(x-width/2),xmax(x+width/2),
             ymin(y-height/2),ymax(y+height/2),