mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds references to the collection variables
This commit is contained in:
committed by
Felipe Zimmerle
parent
e95efa05cc
commit
d851699529
@@ -42,7 +42,7 @@ class Transaction;
|
||||
|
||||
class AnchoredVariable {
|
||||
public:
|
||||
AnchoredVariable(Transaction* t, std::__cxx11::string name);
|
||||
AnchoredVariable(Transaction* t, std::string name);
|
||||
~AnchoredVariable();
|
||||
|
||||
void unset();
|
||||
|
Reference in New Issue
Block a user