Skip to content

Commit

Permalink
basic_path_node
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Nov 10, 2023
1 parent ba836c0 commit e3123cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/jsoncons_ext/jsonpath/json_location.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ namespace jsonpath {

const basic_path_node<char_type>& base_node() const
{
return base_node_;
return *base_node_;
}

string_type to_string() const
Expand Down

0 comments on commit e3123cb

Please sign in to comment.