From 4c0d1ffc43eaa2d032f96fd6bf6c648e48562df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89meryc?= Date: Fri, 21 Jul 2023 21:08:02 -0400 Subject: [PATCH] NK-102 - ... --- Editor/src/Misc/PopupHelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/src/Misc/PopupHelper.cpp b/Editor/src/Misc/PopupHelper.cpp index 49f81a3e..e117054d 100644 --- a/Editor/src/Misc/PopupHelper.cpp +++ b/Editor/src/Misc/PopupHelper.cpp @@ -9,7 +9,7 @@ void PopupHelper::Confirmation(const std::string& id) ImGui::OpenPopup(id.c_str()); } -bool PopupHelper::DefineDialog(std::string id, std::string text) +bool PopupHelper::DefineDialog(std::string& id, std::string& text) { bool result = false;