1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-10-18 15:29:24 +00:00

Rename CGIEnv to cgi::Env

This commit is contained in:
King_DuckZ 2017-04-06 23:02:17 +01:00
commit 81cf36de22
7 changed files with 76 additions and 70 deletions

View file

@ -15,7 +15,7 @@ namespace tawashi {
std::cout.flush();
}
const CGIEnv& Response::cgi_env() const {
const cgi::Env& Response::cgi_env() const {
return m_cgi_env;
}
} //namespace tawashi