summaryrefslogtreecommitdiffstats
path: root/src/application/editor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/application/editor.cpp')
-rw-r--r--src/application/editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application/editor.cpp b/src/application/editor.cpp
index 56984dcbb..8f9638f82 100644
--- a/src/application/editor.cpp
+++ b/src/application/editor.cpp
@@ -55,7 +55,7 @@ Editor::create (gint argc, char **argv)
return _instance;
}
-Editor::Editor (gint argc, char **argv)
+Editor::Editor (gint /*argc*/, char **argv)
: _documents (0),
_desktops (0),
_argv0 (argv[0]),