Document wxWebResponse::GetContentLength()
Also change its return type from wxInt64 to wxFileOffset for consistency with all the other length/progress-related functions in wxWebRequest.
This commit is contained in:
@@ -29,7 +29,7 @@ public:
|
||||
|
||||
~wxWebResponseURLSession();
|
||||
|
||||
wxInt64 GetContentLength() const wxOVERRIDE;
|
||||
wxFileOffset GetContentLength() const wxOVERRIDE;
|
||||
|
||||
wxString GetURL() const wxOVERRIDE;
|
||||
|
||||
|
Reference in New Issue
Block a user