VirtualBox

Changeset 73950 in vbox


Ignore:
Timestamp:
Aug 29, 2018 12:58:27 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/rest: Basic string map implementation, sans enumeration. bugref:9167 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/restbase.h

    r73949 r73950  
    883883    ValueType *get(RTCString const &a_rStrKey)
    884884    {
    885         return (ValueType *)getWorker(a_pszKey.c_str());
     885        return (ValueType *)getWorker(a_rStrKey.c_str());
    886886    }
    887887
     
    905905    ValueType const *get(RTCString const &a_rStrKey) const
    906906    {
    907         return (ValueType const *)getWorker(a_pszKey.c_str());
     907        return (ValueType const *)getWorker(a_rStrKey.c_str());
    908908    }
    909909
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette