summaryrefslogtreecommitdiff
path: root/plugingui/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/window.h')
-rw-r--r--plugingui/window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugingui/window.h b/plugingui/window.h
index 8b186e9..1fea9c0 100644
--- a/plugingui/window.h
+++ b/plugingui/window.h
@@ -78,8 +78,8 @@ protected:
// For the Painter
friend class Widget;
- void beginPaint();
- void endPaint();
+ void beginPaint() override;
+ void endPaint() override;
// For the NativeWindow
friend class NativeWindowX11;