| Index: include/AdblockPlus/WebRequest.h |
| =================================================================== |
| --- a/include/AdblockPlus/WebRequest.h |
| +++ b/include/AdblockPlus/WebRequest.h |
| @@ -5,17 +5,17 @@ |
| #include <vector> |
| namespace AdblockPlus |
| { |
| typedef std::vector<std::pair<std::string, std::string> > HeaderList; |
| struct ServerResponse |
| { |
| - unsigned int status; |
| + int64_t status; |
| HeaderList responseHeaders; |
| int responseStatus; |
| std::string responseText; |
| }; |
| class WebRequest |
| { |
| public: |