Skip to content

Commit

Permalink
Fixes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Anilm3 committed Oct 21, 2024
1 parent 5571647 commit fdadce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/condition/match_iterator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class match_iterator {
public:
static constexpr std::size_t npos = std::string_view::npos;

explicit match_iterator(ResourceType resource, const ddwaf_object *obj,
explicit match_iterator(ResourceType resource, const ddwaf_object &obj,
const exclusion::object_set_ref &exclude, const object_limits &limits = object_limits())
: resource_(resource), it_(obj, {}, exclude, limits)
{
Expand Down

0 comments on commit fdadce8

Please sign in to comment.