From 3659132ff075d23a87696a30ed87fe79e36053eb Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 23 Dec 2023 12:45:15 +0100 Subject: try fix ci --- editor/wall-editor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor') diff --git a/editor/wall-editor.hpp b/editor/wall-editor.hpp index bba395ad..526ac745 100644 --- a/editor/wall-editor.hpp +++ b/editor/wall-editor.hpp @@ -15,7 +15,7 @@ class wall_editor { std::map _atlases; std::shared_ptr _selected_atlas; - rotation _r = rotation::N; + enum rotation _r = rotation::N; void load_atlases(); -- cgit v1.2.3