- Timestamp:
- Nov 4, 2010 4:23:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/ErrorInfo.cpp
r33774 r33782 255 255 if (SUCCEEDED(rc) && !next.isNull()) 256 256 { 257 m_pNext = new ErrorInfo( next, COM_IIDOF(IVirtualBoxErrorInfo));257 m_pNext = new ErrorInfo(false /* aDummy */); 258 258 Assert(m_pNext != NULL); 259 259 if (!m_pNext)
Note:
See TracChangeset
for help on using the changeset viewer.