summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
Diffstat (limited to 'editor')
-rw-r--r--editor/tests/hole-test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/tests/hole-test.cpp b/editor/tests/hole-test.cpp
index b419f7e8..06624b01 100644
--- a/editor/tests/hole-test.cpp
+++ b/editor/tests/hole-test.cpp
@@ -131,7 +131,7 @@ void hole_test::draw_ui(app&, float)
}
{
label_left("found", buf, label_width);
- ImGui::Text("%s", res.found ? "true" : "false");
+ ImGui::Text("%s", res.found() ? "true" : "false");
}
ImGui::Unindent(style.FramePadding.x);