From 3aa9edc4822bca891a4913e2eeffb5cab7fa0baf Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 5 Nov 2023 08:35:37 +0100 Subject: fix ugly warning --- editor/app.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor') diff --git a/editor/app.hpp b/editor/app.hpp index e49d3a86..7cf983bc 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -34,7 +34,7 @@ struct cursor_state final { Optional subpixel; bool in_imgui = false; - struct Optional point() const; + Optional point() const; }; struct clickable; -- cgit v1.2.3