summaryrefslogtreecommitdiffstats
path: root/src/knot-holder-entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/knot-holder-entity.h')
-rw-r--r--src/knot-holder-entity.h2
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();