diff options
author | George Hazan <george.hazan@gmail.com> | 2024-12-12 21:56:51 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-12-12 21:56:51 +0300 |
commit | e9a3b54db4aa8ffb6f97baabc2b676e3d9570bb1 (patch) | |
tree | ff76b25d2c458630483fb57fc7383df10e8c0001 /protocols/Steam/src/api/captcha.h | |
parent | f1a5f02b05bae013e1c7773328b773565031b3c6 (diff) |
more code cleaning
Diffstat (limited to 'protocols/Steam/src/api/captcha.h')
-rw-r--r-- | protocols/Steam/src/api/captcha.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Steam/src/api/captcha.h b/protocols/Steam/src/api/captcha.h index a4bacb59f7..a9c017a5a8 100644 --- a/protocols/Steam/src/api/captcha.h +++ b/protocols/Steam/src/api/captcha.h @@ -1,9 +1,8 @@ #ifndef _STEAM_REQUEST_CAPTCHA_H_
#define _STEAM_REQUEST_CAPTCHA_H_
-class GetCaptchaRequest : public HttpRequest
+struct GetCaptchaRequest : public HttpRequest
{
-public:
GetCaptchaRequest(const char *captchaId) :
HttpRequest(REQUEST_GET, STEAM_WEB_URL "/public/captcha.php")
{
|