Fix build warnings

This commit is contained in:
Alireza Mohammadi 2022-07-20 14:59:56 +04:30 committed by GitHub
parent 777b2dba1f
commit 8ee2a0f93d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ namespace crow
int referrers;
std::recursive_mutex mutex;
};
}; // namespace session
} // namespace session
// SessionMiddleware allows storing securely and easily small snippets of user information
template<typename Store>