silly typo that builds on windows - this fixes mac/linux builds
parent
6599e10d00
commit
0c3c3347c7
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue