Update CCUserDefault.cpp

This commit is contained in:
HALX99 2020-11-15 13:11:53 +08:00 committed by GitHub
parent f1262c521f
commit b397ed09a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ void UserDefault::setEncryptEnabled(bool enabled, const std::string& key, const
ud_setkey(_iv, iv); ud_setkey(_iv, iv);
} }
} }
a
void UserDefault::encrypt(std::string& inout, int enc) void UserDefault::encrypt(std::string& inout, int enc)
{ {
if (!inout.empty()) if (!inout.empty())