Skip to content

Commit 941ebf4

Browse files
authored
Update auth.hpp
1 parent 3e31c21 commit 941ebf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace KeyAuth {
1818
std::string name, ownerid, version, url, path;
1919
static bool debug;
2020

21-
api(std::string name, std::string ownerid, std::string version, std::string url, std::string path, bool debugParameter)
21+
api(std::string name, std::string ownerid, std::string version, std::string url, std::string path, bool debugParameter = false)
2222
: name(name), ownerid(ownerid), version(version), url(url), path(path)
2323
{
2424
setDebug(debugParameter);

0 commit comments

Comments
 (0)