diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-05-01 15:32:29 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-05-01 15:32:29 +0000 |
| commit | b5c5adc6060f43937c2f81dcd76446d8597fb6f7 (patch) | |
| tree | 3552a56e4f4b1de7daf3fda903d1d70f404a41e4 /src | |
| parent | Moved four more tests to CxxTest (diff) | |
| download | inkscape-b5c5adc6060f43937c2f81dcd76446d8597fb6f7.tar.gz inkscape-b5c5adc6060f43937c2f81dcd76446d8597fb6f7.zip | |
fix compile with gcc 4.1 (#1479580)
(bzr r651)
Diffstat (limited to 'src')
| -rw-r--r-- | src/document.h | 2 |
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); |
