Fix comment about wxWebResponse::IsOk()'s return type

wxWebResponse::IsOk() returns a boolean, not a pointer.

Closes #23460.
This commit is contained in:
Blake-Madden 2023-04-17 13:54:20 -04:00 committed by Vadim Zeitlin
parent ae13d70ddc
commit 691c9e4352

View file

@ -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;