diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-06-04 17:43:36 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-06-04 17:43:36 +0000 |
| commit | e85855b5c60cdf7015b47bacfc96d0742ee306cd (patch) | |
| tree | 95288e960ba2fa3bd5c523a4d985e9d1e3f2e25f /src/knot-holder-entity.h | |
| parent | Make copy of libpng13.dll to libpng12-0.dll because Gtk changed the name. Th... (diff) | |
| download | inkscape-e85855b5c60cdf7015b47bacfc96d0742ee306cd.tar.gz inkscape-e85855b5c60cdf7015b47bacfc96d0742ee306cd.zip | |
Remove warnings
(bzr r5806)
Diffstat (limited to 'src/knot-holder-entity.h')
| -rw-r--r-- | src/knot-holder-entity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knot-holder-entity.h b/src/knot-holder-entity.h index 287c9c64d..5c273fe29 100644 --- a/src/knot-holder-entity.h +++ b/src/knot-holder-entity.h @@ -47,7 +47,7 @@ public: should be derived from KnotHolderEntity and override these functions */ virtual void knot_set(NR::Point const &p, NR::Point const &origin, guint state) = 0; virtual NR::Point knot_get() = 0; - virtual void knot_click(guint state) {} + virtual void knot_click(guint /*state*/) {} void update_knot(); |
