Changeset 22178 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 11, 2009 4:20:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/SupportErrorInfo.cpp
r22173 r22178 192 192 CheckComRCBreakRC (rc); 193 193 194 rc = infoObj->init (aResultCode, aIID, aComponent, aText, curInfo);194 rc = infoObj->init (aResultCode, aIID, aComponent, strText.c_str(), curInfo); 195 195 CheckComRCBreakRC (rc); 196 196
Note:
See TracChangeset
for help on using the changeset viewer.