Changeset 73965 in vbox for trunk/include/iprt
- Timestamp:
- Aug 29, 2018 5:19:20 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/restbase.h
r73964 r73965 653 653 * @param a_fThrow Whether to throw error. 654 654 */ 655 int copyArrayWorker(RTCRestArrayBase const &a_rThat, bool fThrow);655 int copyArrayWorker(RTCRestArrayBase const &a_rThat, bool a_fThrow); 656 656 657 657 /** … … 1021 1021 * @param a_fThrow Whether to throw error. 1022 1022 */ 1023 int copyMapWorker(RTCRestStringMapBase const &a_rThat, bool fThrow);1023 int copyMapWorker(RTCRestStringMapBase const &a_rThat, bool a_fThrow); 1024 1024 1025 1025 /**
Note:
See TracChangeset
for help on using the changeset viewer.