[escher/transparent_view] markRectAsDirty is protected

as it is in View.
This commit is contained in:
Ruben Dashyan
2020-03-04 14:51:45 +01:00
committed by LeaNumworks
parent d64e58b9dc
commit 037fa088e9

View File

@@ -4,7 +4,7 @@
#include <escher/view.h>
class TransparentView : public View {
public:
protected:
void markRectAsDirty(KDRect rect) override;
};