summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-11-05 08:35:37 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-11-05 08:35:37 +0100
commit3aa9edc4822bca891a4913e2eeffb5cab7fa0baf (patch)
treeaaa271f4ebaaf5ced2614145940a050119cafc1d
parent4138f9371d67f0f049749123ac44b39f25020dcd (diff)
fix ugly warning
-rw-r--r--editor/app.hpp2
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;