From 7959cab790a0c3d0c72847e160267ad0deffcbfd Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 20 Oct 2023 21:55:44 +0200 Subject: fix build --- editor/app.cpp | 2 +- editor/app.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/app.cpp b/editor/app.cpp index 7c42e98c..8f3694ab 100644 --- a/editor/app.cpp +++ b/editor/app.cpp @@ -17,7 +17,7 @@ namespace floormat { -struct Optional cursor_state::point() const +struct Optional cursor_state::point() const { if (tile) return {InPlaceInit, *tile, *subpixel}; diff --git a/editor/app.hpp b/editor/app.hpp index 0a94fce8..e49d3a86 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -34,7 +34,7 @@ struct cursor_state final { Optional subpixel; bool in_imgui = false; - struct Optional point() const; + struct Optional point() const; }; struct clickable; -- cgit v1.2.3