Skip to content

Commit

Permalink
Merge 1101626 into bb017ec
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Dec 13, 2020
2 parents bb017ec + 1101626 commit 262f646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pull/src/basic_auth.h
Expand Up @@ -12,7 +12,7 @@ namespace prometheus {
/**
* Handler for HTTP Basic authentication for Endpoints.
*/
class PROMETHEUS_CPP_PULL_EXPORT BasicAuthHandler : public CivetAuthHandler {
class BasicAuthHandler : public CivetAuthHandler {
public:
using AuthFunc = std::function<bool(const std::string&, const std::string&)>;
explicit BasicAuthHandler(AuthFunc callback, std::string realm);
Expand Down

0 comments on commit 262f646

Please sign in to comment.