Changeset 73950 in vbox
- Timestamp:
- Aug 29, 2018 12:58:27 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/include/iprt/cpp/restbase.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/restbase.h
r73949 r73950 883 883 ValueType *get(RTCString const &a_rStrKey) 884 884 { 885 return (ValueType *)getWorker(a_ pszKey.c_str());885 return (ValueType *)getWorker(a_rStrKey.c_str()); 886 886 } 887 887 … … 905 905 ValueType const *get(RTCString const &a_rStrKey) const 906 906 { 907 return (ValueType const *)getWorker(a_ pszKey.c_str());907 return (ValueType const *)getWorker(a_rStrKey.c_str()); 908 908 } 909 909
Note:
See TracChangeset
for help on using the changeset viewer.

