From 9c0a99a22522b9a49a42eb2b80466bcc183c69fc Mon Sep 17 00:00:00 2001 From: Peter Moulder Date: Sun, 20 May 2007 08:28:40 +0000 Subject: noop: Change fitToRect to take NR::Rect instead of old NRRect. Update callers. (bzr r3032) --- src/document.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/document.h') diff --git a/src/document.h b/src/document.h index 94b976314..16300d170 100644 --- a/src/document.h +++ b/src/document.h @@ -136,7 +136,7 @@ public: sigc::connection _selection_changed_connection; sigc::connection _desktop_activated_connection; - void fitToRect(NRRect const & rect); + void fitToRect(NR::Rect const &rect); }; SPDocument *sp_document_new (const gchar *uri, unsigned int keepalive, bool make_new = false); -- cgit v1.2.3