diff options
Diffstat (limited to 'src/application')
| -rw-r--r-- | src/application/app-prototype.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/application/app-prototype.cpp b/src/application/app-prototype.cpp index b94f5ea05..3af818824 100644 --- a/src/application/app-prototype.cpp +++ b/src/application/app-prototype.cpp @@ -14,11 +14,11 @@ namespace Inkscape { namespace NSApplication { -AppPrototype::AppPrototype() +AppPrototype::AppPrototype() { } -AppPrototype::AppPrototype(int argc, const char **argv) +AppPrototype::AppPrototype(int /*argc*/, const char **/*argv*/) { } |
