Changeset 38508 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 23, 2011 2:48:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/ErrorInfo.cpp
r33782 r38508 255 255 if (SUCCEEDED(rc) && !next.isNull()) 256 256 { 257 m_pNext = new ErrorInfo( false /* aDummy */);257 m_pNext = new ErrorInfo(next); 258 258 Assert(m_pNext != NULL); 259 259 if (!m_pNext)
Note:
See TracChangeset
for help on using the changeset viewer.