From 4c9d5ef55883fd94094371813f80cfef0befcf74 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Thu, 11 Sep 2008 21:44:48 +0000 Subject: convert almost all libnrtype to Geom:: (bzr r6793) --- src/nodepath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nodepath.cpp') diff --git a/src/nodepath.cpp b/src/nodepath.cpp index 5345485e2..2b3ae46fc 100644 --- a/src/nodepath.cpp +++ b/src/nodepath.cpp @@ -3712,7 +3712,7 @@ node_request(SPKnot */*knot*/, NR::Point *p, guint state, gpointer data) } } - n->subpath->nodepath->desktop->scroll_to_point(p); + n->subpath->nodepath->desktop->scroll_to_point(*p); return TRUE; } -- cgit v1.2.3