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;