From 59f85cc8231f7a200c26463f6d2e2c2ccaaf3fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20R=C4=99bacz?= Date: Sat, 7 Oct 2023 20:10:25 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59b4ae4ef..0677b94b2 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ public: Title("My application").Zoomable().Sizeable().SetRect(0, 0, 320, 200); } - virtual void Paint(Upp::Draw& w) override + void Paint(Upp::Draw& w) override { w.DrawRect(GetSize(), Upp::SWhite); w.DrawText(10, 10, "Hello, world!", Upp::Arial(30), Upp::Magenta);