summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/desktop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop.h b/src/desktop.h
index be2bf891f..ec240dd40 100644
--- a/src/desktop.h
+++ b/src/desktop.h
@@ -442,7 +442,7 @@ private:
prefs->addObserver(*this);
}
private:
- void notify(Inkscape::Preferences::Entry const &val) {
+ void notify(Inkscape::Preferences::Entry const &) {
_desktop->redrawDesktop();
}
SPDesktop *_desktop;