aboutsummaryrefslogtreecommitdiffstats
path: root/unix/tx/TXLabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tx/TXLabel.h')
-rw-r--r--unix/tx/TXLabel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tx/TXLabel.h b/unix/tx/TXLabel.h
index 5af16679..1e0cc0e5 100644
--- a/unix/tx/TXLabel.h
+++ b/unix/tx/TXLabel.h
@@ -108,7 +108,7 @@ private:
} while (i < text.size());
}
- virtual void handleEvent(TXWindow* /*w*/, XEvent* ev) {
+ void handleEvent(TXWindow* /*w*/, XEvent* ev) override {
switch (ev->type) {
case Expose:
paint();