summaryrefslogtreecommitdiffstats
path: root/src/application
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2008-05-04 05:14:00 +0000
committerjoncruz <joncruz@users.sourceforge.net>2008-05-04 05:14:00 +0000
commit7b781b0f4b6d3c29a2462a53b69789615cc104f9 (patch)
treeaa9f9821145fd79ffd4b004ca8189c8eb763d390 /src/application
parentInitial cut of touch-delete mode (diff)
downloadinkscape-7b781b0f4b6d3c29a2462a53b69789615cc104f9.tar.gz
inkscape-7b781b0f4b6d3c29a2462a53b69789615cc104f9.zip
warning cleanup and fixed string free issue
(bzr r5594)
Diffstat (limited to 'src/application')
-rw-r--r--src/application/app-prototype.cpp4
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*/)
{
}