summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-05-01 15:32:29 +0000
committerrwst <rwst@users.sourceforge.net>2006-05-01 15:32:29 +0000
commitb5c5adc6060f43937c2f81dcd76446d8597fb6f7 (patch)
tree3552a56e4f4b1de7daf3fda903d1d70f404a41e4 /src
parentMoved four more tests to CxxTest (diff)
downloadinkscape-b5c5adc6060f43937c2f81dcd76446d8597fb6f7.tar.gz
inkscape-b5c5adc6060f43937c2f81dcd76446d8597fb6f7.zip
fix compile with gcc 4.1 (#1479580)
(bzr r651)
Diffstat (limited to 'src')
-rw-r--r--src/document.h2
1 files changed, 1 insertions, 1 deletions
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);