diff options
| author | johnce <johnce@users.sourceforge.net> | 2009-08-05 05:56:35 +0000 |
|---|---|---|
| committer | johnce <johnce@users.sourceforge.net> | 2009-08-05 05:56:35 +0000 |
| commit | a6fa3b454bdcef9b23e0a3107b6de6b4c6a477a0 (patch) | |
| tree | a4a0672dd6486fc8b41c33ece552186d551b4c3c /src/extension/print.cpp | |
| parent | SPDocument->Document (diff) | |
| download | inkscape-a6fa3b454bdcef9b23e0a3107b6de6b4c6a477a0.tar.gz inkscape-a6fa3b454bdcef9b23e0a3107b6de6b4c6a477a0.zip | |
SPDocument->Document
(bzr r8405)
Diffstat (limited to 'src/extension/print.cpp')
| -rw-r--r-- | src/extension/print.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/print.cpp b/src/extension/print.cpp index 2d4177d60..f6f6bb1e5 100644 --- a/src/extension/print.cpp +++ b/src/extension/print.cpp @@ -49,7 +49,7 @@ Print::set_preview (void) } unsigned int -Print::begin (SPDocument *doc) +Print::begin (Document *doc) { return imp->begin(this, doc); } |
