Skip to content

Commit

Permalink
mapping: fix map type
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Nov 3, 2023
1 parent 81ab1a1 commit fca0d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndn-svs/mapping-provider.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class MappingProvider : noncopyable

ndn::ScopedRegisteredPrefixHandle m_registeredPrefix;

std::map<NodeID, Name> m_map;
std::map<Name, Name> m_map;
};

} // namespace ndn::svs
Expand Down

0 comments on commit fca0d7b

Please sign in to comment.