From 05f30fb1dee7cff4812dde6a4fa3efe1cfe364c5 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 7 Dec 2016 21:27:53 +0100 Subject: Add missing 'override' keywords. --- plugingui/window.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugingui/window.h') 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; -- cgit v1.2.3