Changeset 2720


Ignore:
Timestamp:
28/08/2010 12:54:15 (18 months ago)
Author:
chris
Message:

Fix compile error on OpenSolaris? 10/Sun Studio 12.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/RELEASE/0.11/lib/httpserver/HTTPRequest.h

    r2504 r2720  
    5050public: 
    5151        typedef std::multimap<std::string, std::string> Query_t; 
    52         typedef std::pair<std::string, std::string> QueryEn_t, Header; 
     52        typedef Query_t::value_type QueryEn_t; 
     53        typedef std::pair<std::string, std::string> Header; 
    5354 
    5455        enum 
Note: See TracChangeset for help on using the changeset viewer.