NK-102 - ...

This commit is contained in:
Émeryc
2023-07-21 21:08:02 -04:00
parent 63b5958a64
commit 4c0d1ffc43

View File

@@ -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;