From cd4bc06541dc6633d692621cd6e1acf44b3f5dfc Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Thu, 4 May 2017 17:17:05 +1200 Subject: [PATCH] Cleanup: make ident parameter for FilledChecklist optional --- src/acl/FilledChecklist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/acl/FilledChecklist.h b/src/acl/FilledChecklist.h index 273ae4a569..a7713eadce 100644 --- a/src/acl/FilledChecklist.h +++ b/src/acl/FilledChecklist.h @@ -35,7 +35,7 @@ class ACLFilledChecklist: public ACLChecklist public: ACLFilledChecklist(); - ACLFilledChecklist(const acl_access *, HttpRequest *, const char *ident); + ACLFilledChecklist(const acl_access *, HttpRequest *, const char *ident = nullptr); ~ACLFilledChecklist(); public: -- 2.47.3