diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-02-23 19:11:51 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-02-23 19:11:51 +0000 |
| commit | 52f13a7f0bff06e8439fdf062fc705291c59a9c9 (patch) | |
| tree | 255a3a3c9420664d9b2da355952a3ed0e7985cbd /src/file.cpp | |
| parent | Corrected Copyright years in file dialogs from 2007 -> 2008 (diff) | |
| download | inkscape-52f13a7f0bff06e8439fdf062fc705291c59a9c9.tar.gz inkscape-52f13a7f0bff06e8439fdf062fc705291c59a9c9.zip | |
Warning and space cleanup
(bzr r4833)
Diffstat (limited to 'src/file.cpp')
| -rw-r--r-- | src/file.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/file.cpp b/src/file.cpp index b41d61426..4a10bb4c9 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -1184,6 +1184,7 @@ sp_file_export_to_ocal_dialog(Gtk::Window &parentWindow) static bool gotSuccess = false; Inkscape::XML::Node *repr = sp_document_repr_root(doc); + (void)repr; if (!doc->uri && !doc->isModifiedSinceSave()) return false; |
