diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-02-22 08:43:49 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-02-22 08:43:49 +0000 |
| commit | ebf5ae04317352e67b22d1b30a121ef9ef6d8f00 (patch) | |
| tree | ea3d379253c4e04427a1ca8f8cc88ba373516fae /src/ui/widget/object-composite-settings.cpp | |
| parent | changed sr@Latn into sr@latin (diff) | |
| download | inkscape-ebf5ae04317352e67b22d1b30a121ef9ef6d8f00.tar.gz inkscape-ebf5ae04317352e67b22d1b30a121ef9ef6d8f00.zip | |
Warning cleanup
(bzr r4818)
Diffstat (limited to 'src/ui/widget/object-composite-settings.cpp')
| -rw-r--r-- | src/ui/widget/object-composite-settings.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/widget/object-composite-settings.cpp b/src/ui/widget/object-composite-settings.cpp index b38775fc3..3ab1255a2 100644 --- a/src/ui/widget/object-composite-settings.cpp +++ b/src/ui/widget/object-composite-settings.cpp @@ -32,9 +32,9 @@ namespace UI { namespace Widget { void ObjectCompositeSettings::_on_desktop_switch( - Inkscape::Application *application, - SPDesktop *desktop, - ObjectCompositeSettings *w + Inkscape::Application */*application*/, + SPDesktop *desktop, + ObjectCompositeSettings *w ) { if (w->_subject) { w->_subject->setDesktop(desktop); |
