silly typo that builds on windows - this fixes mac/linux builds

master
callum_linden 2015-10-20 17:25:42 -07:00
parent 6599e10d00
commit 0c3c3347c7
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ public:
public:
void setHTTPMethod(EHTTPMethod method);
void setURL(const std::string& url);
const std::string& Responder::getURL();
const std::string& getURL();
void setResult(S32 status, const std::string& reason, const LLSD& content = LLSD());
void setResponseHeader(const std::string& header, const std::string& value);