diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-01-15 01:02:46 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-01-15 01:02:46 +0000 |
| commit | 2ab01d69f9d427bdf3536e1508a465372cd040c6 (patch) | |
| tree | 492bccf7855315612ecd295d84c34688c232db79 /src/ui/tool/control-point.h | |
| parent | Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set), (diff) | |
| download | inkscape-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.h | 4 |
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. |
