diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2014-05-15 21:50:29 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2014-05-15 21:50:29 +0000 |
| commit | 7287cb711c0409f59eb0e43648b9b3ee29e4864f (patch) | |
| tree | 601fdae409a0457eb07654e24684acbf2ab91291 /src/desktop.h | |
| parent | make buildtool cxxflags actually work (diff) | |
| download | inkscape-7287cb711c0409f59eb0e43648b9b3ee29e4864f.tar.gz inkscape-7287cb711c0409f59eb0e43648b9b3ee29e4864f.zip | |
fix compile warning
(bzr r13341.1.29)
Diffstat (limited to 'src/desktop.h')
| -rw-r--r-- | src/desktop.h | 2 |
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; |
