Skip to content

Commit

Permalink
Merge branch 'mimhle:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
hieu79115 authored Nov 30, 2023
2 parents 545dc99 + 622a7f5 commit 531d41a
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, bool hideInput = false, char hideChar = '*') const;
std::string input(const std::string& message = "", int color = DEFAULT_COLOR, bool hideInput = false, char hideChar = '*') const;
};

#endif //CTDL_GK_USERINTERFACE_CPP
Expand Down

0 comments on commit 531d41a

Please sign in to comment.