diff --git a/effects.h b/effects.h index 4d0b45c208..43e45f5f0d 100644 --- a/effects.h +++ b/effects.h @@ -153,7 +153,7 @@ public: void defineCursor(Qt::CursorShape shape) override; bool checkInputWindowEvent(xcb_button_press_event_t *e); bool checkInputWindowEvent(xcb_motion_notify_event_t *e); - virtual void checkInputWindowStacking(); + void checkInputWindowStacking(); void reserveElectricBorder(ElectricBorder border, Effect *effect) override; void unreserveElectricBorder(ElectricBorder border, Effect *effect) override;