summaryrefslogtreecommitdiffhomepage
path: root/editor/imgui-raii.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/imgui-raii.cpp')
-rw-r--r--editor/imgui-raii.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/editor/imgui-raii.cpp b/editor/imgui-raii.cpp
index b5997c7b..4c4b5911 100644
--- a/editor/imgui-raii.cpp
+++ b/editor/imgui-raii.cpp
@@ -160,6 +160,10 @@ raii_wrapper begin_child(StringView name, const ImVec2& size, int flags, int win
return {&ImGui::EndChild};
}
+} // namespace floormat::imgui
+
+namespace floormat::imgui::detail {
+
const char* label_left_(StringView label, char* buf, size_t buf_len, float width);
const char* label_left_(StringView label, char* buf, size_t buf_len, float width)
@@ -173,4 +177,4 @@ const char* label_left_(StringView label, char* buf, size_t buf_len, float width
return buf;
}
-} // namespace floormat::imgui
+} // namespace floormat::imgui::detail