summaryrefslogtreecommitdiffstats
path: root/src/extension/execution-env.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/execution-env.cpp')
-rw-r--r--src/extension/execution-env.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/execution-env.cpp b/src/extension/execution-env.cpp
index fae764a9d..aa8c82171 100644
--- a/src/extension/execution-env.cpp
+++ b/src/extension/execution-env.cpp
@@ -70,7 +70,7 @@ ExecutionEnv::ExecutionEnv (Effect * effect, Inkscape::UI::View::View * doc, Imp
}
/** \brief Destroy an execution environment
-
+
Destroys the dialog if created and the document cache.
*/
ExecutionEnv::~ExecutionEnv (void) {
@@ -138,7 +138,7 @@ ExecutionEnv::createWorkingDialog (void) {
}
void
-ExecutionEnv::workingCanceled( const int resp) {
+ExecutionEnv::workingCanceled( const int /*resp*/) {
cancel();
undo();
return;