From 037fa088e986ac57a7ef1ca7022683c2ddeb5698 Mon Sep 17 00:00:00 2001 From: Ruben Dashyan Date: Wed, 4 Mar 2020 14:51:45 +0100 Subject: [PATCH] [escher/transparent_view] markRectAsDirty is protected as it is in View. --- escher/include/escher/transparent_view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/escher/include/escher/transparent_view.h b/escher/include/escher/transparent_view.h index 582e20eac..6f7865f54 100644 --- a/escher/include/escher/transparent_view.h +++ b/escher/include/escher/transparent_view.h @@ -4,7 +4,7 @@ #include class TransparentView : public View { -public: +protected: void markRectAsDirty(KDRect rect) override; };