summaryrefslogtreecommitdiffhomepage
path: root/editor/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/app.cpp')
-rw-r--r--editor/app.cpp2
1 files changed, 1 insertions, 1 deletions
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<struct point> cursor_state::point() const
+Optional<struct point> cursor_state::point() const
{
if (tile)
return {InPlaceInit, *tile, *subpixel};