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 ded0a43 commit 3e31c21Copy full SHA for 3e31c21
auth.hpp
@@ -21,7 +21,7 @@ namespace KeyAuth {
21
api(std::string name, std::string ownerid, std::string version, std::string url, std::string path, bool debugParameter)
22
: name(name), ownerid(ownerid), version(version), url(url), path(path)
23
{
24
- setDebug(debugParameter)
+ setDebug(debugParameter);
25
}
26
27
void ban(std::string reason = "");
0 commit comments