Code

fix compile with gcc 4.1 (#1479580)
authorrwst <rwst@users.sourceforge.net>
Mon, 1 May 2006 15:32:29 +0000 (15:32 +0000)
committerrwst <rwst@users.sourceforge.net>
Mon, 1 May 2006 15:32:29 +0000 (15:32 +0000)
src/document.h

index f601b15ff168a705f614ef9715a5daab62c03cea..4d293e981479a12f1fa68c0b7533621aef8bbd77 100644 (file)
@@ -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);