From 81a8f44ffb2f621aa85ec62470f74c894dec1ae3 Mon Sep 17 00:00:00 2001 From: rwst Date: Mon, 1 May 2006 15:32:29 +0000 Subject: [PATCH] fix compile with gcc 4.1 (#1479580) --- src/document.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/document.h b/src/document.h index f601b15ff..4d293e981 100644 --- a/src/document.h +++ b/src/document.h @@ -125,7 +125,7 @@ public: sigc::connection _selection_changed_connection; sigc::connection _desktop_activated_connection; - void SPDocument::fitToRect(NRRect const & rect); + void fitToRect(NRRect const & rect); }; SPDocument *sp_document_new (const gchar *uri, unsigned int keepalive, bool make_new = false); -- 2.30.2