From 035a491819f9119b0a6b36ba2c89a72a0471ee92 Mon Sep 17 00:00:00 2001 From: mimhle <40392166+mimhle@users.noreply.github.com> Date: Thu, 30 Nov 2023 11:39:49 +0700 Subject: [PATCH] Revert "Refactor" This reverts commit a49abb103be984a4cc3b7c1d566f4df8f9ea4505. --- UserInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UserInterface.h b/UserInterface.h index 4f43b0e..a14c4d1 100644 --- a/UserInterface.h +++ b/UserInterface.h @@ -156,7 +156,7 @@ class UserInterface { * @param hideChar Character to replace input with (if hideInput is true) * @return User input */ - std::string input(const std::string& message = "", int color = DEFAULT_COLOR, bool hideInput = false, char hideChar = '*') const; + std::string input(const std::string& message, int color, bool hideInput = false, char hideChar = '*') const; }; #endif //CTDL_GK_USERINTERFACE_CPP