From eb60ef73b0af4ebbf35a67226edf1d8e61d972ae Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 5 Nov 2023 15:53:03 +0100 Subject: a --- editor/app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor') diff --git a/editor/app.cpp b/editor/app.cpp index 8f3694ab..7505ff84 100644 --- a/editor/app.cpp +++ b/editor/app.cpp @@ -17,7 +17,7 @@ namespace floormat { -struct Optional cursor_state::point() const +Optional cursor_state::point() const { if (tile) return {InPlaceInit, *tile, *subpixel}; -- cgit v1.2.3