summaryrefslogtreecommitdiffstats
path: root/src/desktop.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2014-05-15 21:50:29 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2014-05-15 21:50:29 +0000
commit7287cb711c0409f59eb0e43648b9b3ee29e4864f (patch)
tree601fdae409a0457eb07654e24684acbf2ab91291 /src/desktop.h
parentmake buildtool cxxflags actually work (diff)
downloadinkscape-7287cb711c0409f59eb0e43648b9b3ee29e4864f.tar.gz
inkscape-7287cb711c0409f59eb0e43648b9b3ee29e4864f.zip
fix compile warning
(bzr r13341.1.29)
Diffstat (limited to 'src/desktop.h')
-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;