diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-05 08:35:37 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-05 08:35:37 +0100 |
| commit | 3aa9edc4822bca891a4913e2eeffb5cab7fa0baf (patch) | |
| tree | aaa271f4ebaaf5ced2614145940a050119cafc1d | |
| parent | 4138f9371d67f0f049749123ac44b39f25020dcd (diff) | |
fix ugly warning
| -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; |
