diff options
-rw-r--r-- | editor/app.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<Vector2b> subpixel; bool in_imgui = false; - struct Optional<struct point> point() const; + Optional<struct point> point() const; }; struct clickable; |