aboutsummaryrefslogtreecommitdiffstats
path: root/unix/tx/TXCheckbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tx/TXCheckbox.h')
-rw-r--r--unix/tx/TXCheckbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tx/TXCheckbox.h b/unix/tx/TXCheckbox.h
index 0880b38c..76cdc950 100644
--- a/unix/tx/TXCheckbox.h
+++ b/unix/tx/TXCheckbox.h
@@ -109,7 +109,7 @@ private:
text, strlen(text));
}
- virtual void handleEvent(TXWindow* w, XEvent* ev) {
+ virtual void handleEvent(TXWindow* /*w*/, XEvent* ev) {
switch (ev->type) {
case Expose:
paint();