Changeset 31539 in vbox for trunk/include/VBox/com/string.h
- Timestamp:
- Aug 10, 2010 3:40:18 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64639
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r31281 r31539 117 117 Bstr(const iprt::MiniString &that) 118 118 { 119 copyFrom(that. raw());119 copyFrom(that.c_str()); 120 120 } 121 121
Note:
See TracChangeset
for help on using the changeset viewer.