Encryption, Decryption works

This commit is contained in:
amazing-username
2017-04-25 15:17:19 -05:00
parent fbee689234
commit 222f0c607b
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ public:
protected:
void setMessage(const std::string&);
std::string message;
std::fstream ioEvent;
std::string message{};
std::fstream ioEvent{};
};
#endif