Skip to content

Commit

Permalink
Fix build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix-flame committed Jul 20, 2022
1 parent 777b2db commit 8ee2a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/crow/middlewares/session.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8ee2a0f

Please sign in to comment.