- Timestamp:
- Apr 9, 2019 2:18:33 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129905
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
r77910 r78064 2982 2982 { 2983 2983 ComPtr<IRecordingSettings> recordingSettings; 2984 CHECK_ERROR_BREAK( machine, COMGETTER(RecordingSettings)(recordingSettings.asOutParam()));2984 CHECK_ERROR_BREAK(sessionMachine, COMGETTER(RecordingSettings)(recordingSettings.asOutParam())); 2985 2985 SafeIfaceArray <IRecordingScreenSettings> saRecordingScreenScreens; 2986 2986 CHECK_ERROR_BREAK(recordingSettings, COMGETTER(Screens)(ComSafeArrayAsOutParam(saRecordingScreenScreens)));
Note:
See TracChangeset
for help on using the changeset viewer.