Encryption, Decryption works
This commit is contained in:
+2
-2
@@ -15,8 +15,8 @@ public:
|
||||
protected:
|
||||
void setMessage(const std::string&);
|
||||
|
||||
std::string message;
|
||||
std::fstream ioEvent;
|
||||
std::string message{};
|
||||
std::fstream ioEvent{};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user