Build fixes

This commit is contained in:
Siana Gearz
2010-10-18 20:43:10 +02:00
parent 5a67fcd623
commit 2df81c3580
2 changed files with 3 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ public:
return((200 <= status) && (status < 300));
}
virtual void error(
virtual void errorWithContent(
U32 status,
const std::string& reason,
const LLSD& content);