Fix comments, add a missing const.
[shibboleth/cpp-opensaml.git] / saml / util / CGIParser.h
index 5288b1a..e1980fa 100644 (file)
@@ -43,6 +43,7 @@ namespace opensaml {
 
         ~CGIParser();
 
+        /** Alias for multimap iterator. */
         typedef std::multimap<std::string,char*>::const_iterator walker;
         
         /**