summaryrefslogtreecommitdiffabout
path: root/lib/sitecing_interface_cgi.cc
Side-by-side diff
Diffstat (limited to 'lib/sitecing_interface_cgi.cc') (more/less context) (ignore whitespace changes)
-rw-r--r--lib/sitecing_interface_cgi.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sitecing_interface_cgi.cc b/lib/sitecing_interface_cgi.cc
index f2bd093..59ae25a 100644
--- a/lib/sitecing_interface_cgi.cc
+++ b/lib/sitecing_interface_cgi.cc
@@ -42,7 +42,7 @@ namespace sitecing {
assert(cgigw);
if(headers_flushed)
return;
- for(headers_t::const_iterator i=headers.begin();i!=headers.end();i++)
+ for(kingate::headers::const_iterator i=headers.begin();i!=headers.end();i++)
cgigw->out() << i->first << ": " << i->second << "\n";
cgigw->out() << "\n";
headers_flushed = true;