mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Fix constness of Proxy
This commit is contained in:
committed by
Vinnie Falco
parent
ac0142a49e
commit
e5bb90fdfa
@@ -56,7 +56,7 @@ PropertyStream::Source& PropertyStream::Item::operator* () const
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
PropertyStream::Proxy::Proxy (
|
||||
Map& map, std::string const& key)
|
||||
Map const& map, std::string const& key)
|
||||
: m_map (&map)
|
||||
, m_key (key)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user