summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2008-02-21 06:38:28 +0000
committerjoncruz <joncruz@users.sourceforge.net>2008-02-21 06:38:28 +0000
commitd905e31e71efb867bdf25b62c8de7f5186aa226b (patch)
treeae5f058039a55e3c0f198d37a42fd90c857d96d0 /src
parent* add tooltips to spinsliders, spinbuttons and comboboxes on the filter setti... (diff)
downloadinkscape-d905e31e71efb867bdf25b62c8de7f5186aa226b.tar.gz
inkscape-d905e31e71efb867bdf25b62c8de7f5186aa226b.zip
Warning cleanup
(bzr r4799)
Diffstat (limited to 'src')
-rw-r--r--src/ui/widget/style-subject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/style-subject.h b/src/ui/widget/style-subject.h
index 07ab64ab6..f9c544976 100644
--- a/src/ui/widget/style-subject.h
+++ b/src/ui/widget/style-subject.h
@@ -52,7 +52,7 @@ public:
}
protected:
- virtual void _afterDesktopSwitch(SPDesktop *desktop) {}
+ virtual void _afterDesktopSwitch(SPDesktop */*desktop*/) {}
void _emitChanged() { _changed_signal.emit(); }
private: