Merge pull request #503 from Phoenix-flame/patch-1

Fix build warnings
This commit is contained in:
Farook Al-Sammarraie 2022-07-21 22:14:38 +03:00 committed by GitHub
commit 5f77b2bd3b
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>