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 3e31c21 commit 941ebf4Copy full SHA for 941ebf4
auth.hpp
@@ -18,7 +18,7 @@ namespace KeyAuth {
18
std::string name, ownerid, version, url, path;
19
static bool debug;
20
21
- api(std::string name, std::string ownerid, std::string version, std::string url, std::string path, bool debugParameter)
+ api(std::string name, std::string ownerid, std::string version, std::string url, std::string path, bool debugParameter = false)
22
: name(name), ownerid(ownerid), version(version), url(url), path(path)
23
{
24
setDebug(debugParameter);
0 commit comments