From: rwst Date: Mon, 1 May 2006 15:32:29 +0000 (+0000) Subject: fix compile with gcc 4.1 (#1479580) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=81a8f44ffb2f621aa85ec62470f74c894dec1ae3;p=inkscape.git fix compile with gcc 4.1 (#1479580) --- 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);