From cd0dcf4bbfce15c27b5bc4db6aadcf0cc633dd78 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Fri, 5 Dec 2008 19:57:37 +0000 Subject: NR::LInfty => Geom:: (bzr r6953) --- src/draw-anchor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/draw-anchor.cpp') diff --git a/src/draw-anchor.cpp b/src/draw-anchor.cpp index f4abd596e..c6590ac44 100644 --- a/src/draw-anchor.cpp +++ b/src/draw-anchor.cpp @@ -82,7 +82,7 @@ sp_draw_anchor_test(SPDrawAnchor *anchor, Geom::Point w, gboolean activate) { SPDesktop *dt = SP_EVENT_CONTEXT_DESKTOP(anchor->dc); - if ( activate && ( NR::LInfty( w - dt->d2w(anchor->dp) ) <= A_SNAP ) ) { + if ( activate && ( Geom::LInfty( w - dt->d2w(anchor->dp) ) <= A_SNAP ) ) { if (!anchor->active) { sp_canvas_item_set((GtkObject *) anchor->ctrl, "filled", TRUE, NULL); anchor->active = TRUE; -- cgit v1.2.3