summaryrefslogtreecommitdiffstats
path: root/src/context-fns.h
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-01-18 17:11:56 +0000
committerrwst <rwst@users.sourceforge.net>2006-01-18 17:11:56 +0000
commitbd68b14b6bf32d009012b431f6271e53ea6bc1e1 (patch)
treee1235b11f8966b65353033927fa78fc67aaa5182 /src/context-fns.h
parentadapt includes to glib 2.9 changes (diff)
downloadinkscape-bd68b14b6bf32d009012b431f6271e53ea6bc1e1.tar.gz
inkscape-bd68b14b6bf32d009012b431f6271e53ea6bc1e1.zip
optimized includes
(bzr r16)
Diffstat (limited to 'src/context-fns.h')
-rw-r--r--src/context-fns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context-fns.h b/src/context-fns.h
index beb132ca9..522871e75 100644
--- a/src/context-fns.h
+++ b/src/context-fns.h
@@ -9,7 +9,7 @@ class MessageStack;
extern bool have_viable_layer(SPDesktop *desktop, MessageContext *message);
extern bool have_viable_layer(SPDesktop *desktop, MessageStack *message);
-NR::Rect snap_rectangular_box(SPDesktop const *desktop, SPItem *item,
+::NR::Rect snap_rectangular_box(SPDesktop const *desktop, SPItem *item,
NR::Point const &pt, NR::Point const &center, int state);
NR::Point setup_for_drag_start(SPDesktop *desktop, SPEventContext* ec, GdkEvent *ev);