Code

Switched pen and pencil toobars to stock GTK+ toolbars
[inkscape.git] / src / libvpsc / remove_rectangle_overlap.h
index 08b035e3126092fc2f98e8cf4bb15bdfeefacd3b..baa15b5945a70ca9111c04476a3cc3434c9d6ec3 100644 (file)
  *
  * Released under GNU LGPL.  Read the file 'COPYING' for more information.
  */
+namespace vpsc { 
+       class Rectangle;
+}
 
-class Rectangle;
-
-void removeRectangleOverlap(unsigned n, Rectangle *rs[], double xBorder, double yBorder);
+void removeRectangleOverlap(unsigned n, vpsc::Rectangle *rs[], double xBorder, double yBorder);
 
 
 #endif /* !REMOVE_RECTANGLE_OVERLAP_H_SEEN */