Fix windows compile errors/warnings

This commit is contained in:
Aleric Inglewood
2012-11-01 03:18:00 +01:00
parent 6c01b6da9b
commit 1e1f5e8193
4 changed files with 21 additions and 17 deletions

View File

@@ -45,6 +45,8 @@ class Injector
typedef LLHTTPClient::ResponderBase::buffer_ptr_t buffer_ptr_t;
virtual char const* contentType(void) const = 0;
virtual U32 get_body(LLChannelDescriptors const& channels, buffer_ptr_t& buffer) = 0;
// To avoid compiler warning.
virtual ~Injector() { }
};
class LLURLRequest : public AICurlEasyRequestStateMachine {