mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-02 05:52:31 +01:00
Remove excess semicolon warnings
This commit is contained in:
parent
00f7c6ba43
commit
f786e94970
@ -72,7 +72,7 @@ class API
|
|||||||
std::string getErrorMessage() { return this->error_message; };
|
std::string getErrorMessage() { return this->error_message; };
|
||||||
std::string getToken() { return this->config.oauth_token; };
|
std::string getToken() { return this->config.oauth_token; };
|
||||||
std::string getSecret() { return this->config.oauth_secret; };
|
std::string getSecret() { return this->config.oauth_secret; };
|
||||||
template <typename T> CURLcode curlSetOpt(CURLoption option, T value) { return curl_easy_setopt(this->curlhandle, option, value); };
|
template <typename T> CURLcode curlSetOpt(CURLoption option, T value) { return curl_easy_setopt(this->curlhandle, option, value); }
|
||||||
virtual ~API();
|
virtual ~API();
|
||||||
protected:
|
protected:
|
||||||
private:
|
private:
|
||||||
|
@ -74,6 +74,6 @@ namespace GlobalConstants
|
|||||||
{ PLATFORM_MAC, "mac", "Mac" , "m|mac|osx" },
|
{ PLATFORM_MAC, "mac", "Mac" , "m|mac|osx" },
|
||||||
{ PLATFORM_LINUX, "linux", "Linux" , "l|lin|linux" }
|
{ PLATFORM_LINUX, "linux", "Linux" , "l|lin|linux" }
|
||||||
};
|
};
|
||||||
};
|
}
|
||||||
|
|
||||||
#endif // GLOBALCONSTANTS_H_INCLUDED
|
#endif // GLOBALCONSTANTS_H_INCLUDED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user