summaryrefslogtreecommitdiffstats
path: root/src/extension/execution-env.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2007-11-08 07:35:44 +0000
committerjoncruz <joncruz@users.sourceforge.net>2007-11-08 07:35:44 +0000
commitd08af17faef48441390db53bc6e225ae6eae6b19 (patch)
treed945b4cf97cc7acda9cede8f9324dda96a909977 /src/extension/execution-env.cpp
parentattempt at fixing [ 1679218 ] open/import clicking on a 0 byte image results ... (diff)
downloadinkscape-d08af17faef48441390db53bc6e225ae6eae6b19.tar.gz
inkscape-d08af17faef48441390db53bc6e225ae6eae6b19.zip
warning cleanup
(bzr r4043)
Diffstat (limited to 'src/extension/execution-env.cpp')
-rw-r--r--src/extension/execution-env.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/extension/execution-env.cpp b/src/extension/execution-env.cpp
index 8e33fe64a..72808a096 100644
--- a/src/extension/execution-env.cpp
+++ b/src/extension/execution-env.cpp
@@ -41,9 +41,9 @@ ExecutionEnv::ExecutionEnv (Effect * effect, Inkscape::UI::View::View * doc, Gtk
_selfdelete(false),
_changeSignal(changeSignal),
_doc(doc),
- _effect(effect),
- _docCache(docCache) {
-
+ _docCache(docCache),
+ _effect(effect)
+{
SPDesktop *desktop = (SPDesktop *)_doc;
sp_namedview_document_from_window(desktop);
@@ -175,7 +175,7 @@ ExecutionEnv::createWorkingDialog (void) {
}
void
-ExecutionEnv::workingCanceled (const int resp) {
+ExecutionEnv::workingCanceled( const int /*resp*/ ) {
processingCancel();
documentCancel();
_finished = true;