Skip to content

Commit 089622e

Browse files
authored
Update auth.hpp
1 parent fa32c5e commit 089622e

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
@@ -107,7 +107,7 @@ namespace KeyAuth {
107107

108108
static std::string req(std::string data, std::string url);
109109

110-
void debugInfo(std::string data, std::string url, std::string response, std::string headers);
110+
static void debugInfo(std::string data, std::string url, std::string response, std::string headers);
111111

112112
static void setDebug(bool value);
113113

0 commit comments

Comments
 (0)