Fix comment about wxWebResponse::IsOk()'s return type
wxWebResponse::IsOk() returns a boolean, not a pointer. Closes #23460.
This commit is contained in:
parent
ae13d70ddc
commit
691c9e4352
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ public:
|
|||
|
||||
Before sending a request or after a failed request this will return
|
||||
an invalid response object, i.e. such that wxWebResponse::IsOk()
|
||||
returns @NULL.
|
||||
returns @c false.
|
||||
*/
|
||||
wxWebResponse GetResponse() const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue