diff --git a/examples/intersect-test.cpp b/examples/intersect-test.cpp index 4848b92..40ffb9e 100644 --- a/examples/intersect-test.cpp +++ b/examples/intersect-test.cpp @@ -21,7 +21,7 @@ using ByteLexicalRule = log_surgeon::LexicalRule; auto get_intersect_for_query( std::map& m_id_symbol, - Dfa& dfa1, + Dfa const& dfa1, std::string const& search_string ) -> void { std::string processed_search_string;