Skip to content

Commit da2ccb9

Browse files
authored
Update auth.hpp
1 parent e77c7c6 commit da2ccb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x64/auth.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace KeyAuth {
1717
std::string name, ownerid, version, url, path;
1818
static bool debug;
1919

20-
api(std::string name, std::string ownerid, std::string version, std::string url, std::string path, bool debug = false) {
20+
api(std::string name, std::string ownerid, std::string version, std::string url, std::string path, bool debugParameter = false) {
2121
setDebug(debugParameter);
2222
}
2323

0 commit comments

Comments
 (0)