Code

Merging from trunk
[inkscape.git] / src / display / nr-filter.h
index 267f242d1aff218beae9421929b35dd40bcf33e9..1dbdfd1efc97e5b5851d6cfe75fa38cfff8dfbad 100644 (file)
@@ -155,7 +155,7 @@ public:
      * The given bounding box should be a bounding box as specified in
      * SVG standard and in user coordinate system.
      */
-    Rect filter_effect_area(Rect const &bbox);
+    Geom::Rect filter_effect_area(Geom::Rect const &bbox);
 
     /** Creates a new filter with space for one filter element */
     Filter();