summaryrefslogtreecommitdiffstats
path: root/src/libvpsc
diff options
context:
space:
mode:
authorTim Dwyer <tgdwyer@gmail.com>2006-07-17 05:35:08 +0000
committertgdwyer <tgdwyer@users.sourceforge.net>2006-07-17 05:35:08 +0000
commit6887a2e6ea298ade83ea3d26f25e402a4c085a74 (patch)
treeb4c0061662e8d1a7c881e8f2bbf80515ad6dfe4d /src/libvpsc
parentChangelog entry for connected components handling in graph layout. (diff)
downloadinkscape-6887a2e6ea298ade83ea3d26f25e402a4c085a74.tar.gz
inkscape-6887a2e6ea298ade83ea3d26f25e402a4c085a74.zip
minor performance improvement
(bzr r1428)
Diffstat (limited to 'src/libvpsc')
-rw-r--r--src/libvpsc/remove_rectangle_overlap.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libvpsc/remove_rectangle_overlap.h b/src/libvpsc/remove_rectangle_overlap.h
index 82f3ef494..baa15b594 100644
--- a/src/libvpsc/remove_rectangle_overlap.h
+++ b/src/libvpsc/remove_rectangle_overlap.h
@@ -12,8 +12,9 @@
*
* Released under GNU LGPL. Read the file 'COPYING' for more information.
*/
-
-class vpsc::Rectangle;
+namespace vpsc {
+ class Rectangle;
+}
void removeRectangleOverlap(unsigned n, vpsc::Rectangle *rs[], double xBorder, double yBorder);