- Timestamp:
- Jan 8, 2025 2:07:12 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp
r107513 r107514 177 177 struct ExtPackManager::Data 178 178 { 179 Data() 180 : enmContext(VBOXEXTPACKCTX_INVALID) 179 Data() : 180 #ifndef VBOX_COM_INPROC 181 pVirtualBox(NULL), 182 #endif 183 enmContext(VBOXEXTPACKCTX_INVALID) 181 184 , cUpdate(0) 182 185 {}
Note:
See TracChangeset
for help on using the changeset viewer.