summaryrefslogtreecommitdiffstats
path: root/src/sp-rect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-rect.h')
-rw-r--r--src/sp-rect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-rect.h b/src/sp-rect.h
index 4cf3b24ba..5c6fafab5 100644
--- a/src/sp-rect.h
+++ b/src/sp-rect.h
@@ -60,6 +60,6 @@ void sp_rect_set_visible_height (SPRect *rect, gdouble ry);
gdouble sp_rect_get_visible_width (SPRect *rect);
gdouble sp_rect_get_visible_height (SPRect *rect);
-void sp_rect_compensate_rxry (SPRect *rect, NR::Matrix xform);
+void sp_rect_compensate_rxry (SPRect *rect, Geom::Matrix xform);
#endif