- Timestamp:
- Feb 7, 2011 1:04:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp
r35721 r35868 645 645 pJob = new EXTPACKINSTALLJOB; 646 646 pJob->ptrExtPackFile = this; 647 pJob->fReplace = a_fReplace ;647 pJob->fReplace = a_fReplace ? true : false; 648 648 pJob->strDisplayInfo = a_bstrDisplayInfo; 649 649 pJob->ptrExtPackMgr = m->ptrExtPackMgr;
Note:
See TracChangeset
for help on using the changeset viewer.