Skip to content

Commit

Permalink
Add const.
Browse files Browse the repository at this point in the history
  • Loading branch information
SharafMohamed committed Dec 11, 2024
1 parent 538ae8b commit 74841b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/intersect-test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ using ByteLexicalRule = log_surgeon::LexicalRule<ByteNfaState>;

auto get_intersect_for_query(
std::map<uint32_t, std::string>& m_id_symbol,
Dfa<ByteDfaState>& dfa1,
Dfa<ByteDfaState> const& dfa1,
std::string const& search_string
) -> void {
std::string processed_search_string;
Expand Down

0 comments on commit 74841b0

Please sign in to comment.