From 4359c17af2f0ac54613528d09e23823bbd37fb05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Thu, 27 Feb 2014 12:04:15 +0100 Subject: [PATCH] [kwin] EffectsHandlerImpl::checkInputWindowStacking is not virtual --- effects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;