mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
fix friend declarations
This commit is contained in:
parent
9e7015281e
commit
5e19641d61
@ -225,7 +225,7 @@ namespace crow
|
||||
}
|
||||
|
||||
private:
|
||||
friend class CookieParser;
|
||||
friend struct CookieParser;
|
||||
std::vector<Cookie> cookies_to_add;
|
||||
};
|
||||
|
||||
|
@ -335,7 +335,7 @@ namespace crow
|
||||
}
|
||||
|
||||
private:
|
||||
friend class SessionMiddleware;
|
||||
friend struct SessionMiddleware;
|
||||
|
||||
void check_node()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user