summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/control-point.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-01-15 01:02:46 +0000
committerJon A. Cruz <jon@joncruz.org>2010-01-15 01:02:46 +0000
commit2ab01d69f9d427bdf3536e1508a465372cd040c6 (patch)
tree492bccf7855315612ecd295d84c34688c232db79 /src/ui/tool/control-point.h
parentReplace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set), (diff)
downloadinkscape-2ab01d69f9d427bdf3536e1508a465372cd040c6.tar.gz
inkscape-2ab01d69f9d427bdf3536e1508a465372cd040c6.zip
Warning cleanup.
(bzr r8981)
Diffstat (limited to 'src/ui/tool/control-point.h')
-rw-r--r--src/ui/tool/control-point.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/tool/control-point.h b/src/ui/tool/control-point.h
index 4997c5ef4..e59d6d5cf 100644
--- a/src/ui/tool/control-point.h
+++ b/src/ui/tool/control-point.h
@@ -115,8 +115,8 @@ protected:
void _setPixbuf(Glib::RefPtr<Gdk::Pixbuf>);
/// @}
- virtual Glib::ustring _getTip(unsigned state) { return ""; }
- virtual Glib::ustring _getDragTip(GdkEventMotion *event) { return ""; }
+ virtual Glib::ustring _getTip(unsigned /*state*/) { return ""; }
+ virtual Glib::ustring _getDragTip(GdkEventMotion */*event*/) { return ""; }
virtual bool _hasDragTips() { return false; }
SPDesktop *const _desktop; ///< The desktop this control point resides on.