We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77c7c6 commit da2ccb9Copy full SHA for da2ccb9
x64/auth.hpp
@@ -17,7 +17,7 @@ namespace KeyAuth {
17
std::string name, ownerid, version, url, path;
18
static bool debug;
19
20
- api(std::string name, std::string ownerid, std::string version, std::string url, std::string path, bool debug = false) {
+ api(std::string name, std::string ownerid, std::string version, std::string url, std::string path, bool debugParameter = false) {
21
setDebug(debugParameter);
22
}
23
0 commit comments