summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2014-05-15 21:51:32 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2014-05-15 21:51:32 +0000
commit6931a268d2eb4c7d2e7f84fd4fe826b88bdc75a2 (patch)
treedb8e41fb2ed5a3f76a959878b98c88b3e35c3b6d /src
parentfix buildtool cxxflags bug (diff)
downloadinkscape-6931a268d2eb4c7d2e7f84fd4fe826b88bdc75a2.tar.gz
inkscape-6931a268d2eb4c7d2e7f84fd4fe826b88bdc75a2.zip
fix compile warning
(bzr r13384)
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;