From ee450783622008698647010540d9b9a9d55cb323 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Tue, 15 Mar 2022 22:29:53 -0700 Subject: Temporarily switch to cstdio instead of custom FileStream implementation --- core/src/UI/UI_Workflows.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/src/UI/UI_Workflows.cpp') diff --git a/core/src/UI/UI_Workflows.cpp b/core/src/UI/UI_Workflows.cpp index 036e532..c85850a 100644 --- a/core/src/UI/UI_Workflows.cpp +++ b/core/src/UI/UI_Workflows.cpp @@ -20,7 +20,7 @@ namespace ImNodes = ax::NodeEditor; -namespace { +namespace CPLT_UNITY_ID { class WorkflowUI { private: @@ -241,13 +241,13 @@ public: // TODO } }; -} // namespace +} // namespace CPLT_UNITY_ID void UI::WorkflowsTab() { auto& project = *GlobalStates::GetInstance().GetCurrentProject(); - static std::unique_ptr openWorkflow; + static std::unique_ptr openWorkflow; static AssetList::ListState state; bool openedDummy = true; @@ -267,7 +267,7 @@ void UI::WorkflowsTab() ImGui::CloseCurrentPopup(); auto workflow = project.Workflows.Load(*state.SelectedAsset); - openWorkflow = std::make_unique(std::move(workflow)); + openWorkflow = std::make_unique(std::move(workflow)); } ImGui::SameLine(); project.Workflows.DisplayControls(state); -- cgit v1.2.3-70-g09d2