NK-102 - PR Comments

This commit is contained in:
Émeryc
2023-07-21 21:07:11 -04:00
parent 5ef8cb8061
commit 63b5958a64

View File

@@ -5,5 +5,5 @@ class PopupHelper
{
public:
static void Confirmation(const std::string& id);
static bool DefineDialog(std::string id, std::string text);
static bool DefineDialog(std::string& id, std::string& text);
};