Skip to content

Commit

Permalink
Revert "Refactor"
Browse files Browse the repository at this point in the history
This reverts commit a49abb1.
  • Loading branch information
mimhle committed Nov 30, 2023
1 parent 1276959 commit 035a491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UserInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 035a491

Please sign in to comment.