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
+3 -3
View File
@@ -67,10 +67,10 @@ private:
std::string grabCryptionText();
unsigned short mainWindowHeight = 450;
unsigned short mainWindowWidth = 550;
int mainWindowHeight{450};
int mainWindowWidth{550};
bool cryptionChoice;
bool cryptionChoice{};
};
#endif