Skip to content

Commit

Permalink
use path_node
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Nov 13, 2023
1 parent 3381efc commit 94e8211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/jsoncons_ext/jsonpath/jsonpath_selector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ namespace detail {
using pointer = typename supertype::pointer;
using path_value_pair_type = typename supertype::path_value_pair_type;
using path_node_type = typename supertype::path_node_type;
using json_location_type = typename basic_json_location<char_type>;
using json_location_type = basic_json_location<char_type>;
using node_receiver_type = typename supertype::node_receiver_type;
using selector_type = typename supertype::selector_type;

Expand Down

0 comments on commit 94e8211

Please sign in to comment.