fixex ctrl+D bug v.2

This commit is contained in:
Bettercallous
2024-04-29 18:36:37 +01:00
parent 9abced38a0
commit 3b951ffdf8
3 changed files with 17 additions and 22 deletions

View File

@@ -32,12 +32,12 @@ class Client {
int getAuthentication() const;
void setAuthentication(int auth);
void appendToCommand(std::string toAppend);
const std::string& getCommand() const;
void clearCommand();
void appendCommand(std::string str);
};
#endif