Changeset 105268 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 11, 2024 8:08:41 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/Recording.cpp
r105267 r105268 262 262 if (SUCCEEDED(hrc)) 263 263 { 264 hrc = pProgress->init( m_pConsole, Utf8Str("Recording"),264 hrc = pProgress->init(static_cast<IConsole *>(m_pConsole), Utf8Str("Recording"), 265 265 TRUE /* aCancelable */, cOperations, cOperations /* ulTotalOperationsWeight */, 266 266 Utf8Str("Starting"), 1 /* ulFirstOperationWeight */);
Note:
See TracChangeset
for help on using the changeset viewer.