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:
@@ -93,7 +93,7 @@ public:
|
||||
|
||||
bool IsOk() const { return m_impl.get() != NULL; }
|
||||
|
||||
wxInt64 GetContentLength() const;
|
||||
wxFileOffset GetContentLength() const;
|
||||
|
||||
wxString GetURL() const;
|
||||
|
||||
|
Reference in New Issue
Block a user