Changeset 34891 in vbox
- Timestamp:
- Dec 9, 2010 2:28:15 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68707
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r34889 r34891 428 428 Utf8Str installerImage; 429 429 Bstr osTypeId; 430 if ( SUCCEEDED(pGuest- COMGETTER(OSTypeId(osTypeId.asOutParam())))430 if ( SUCCEEDED(pGuest->COMGETTER(OSTypeId(osTypeId.asOutParam()))) 431 431 && !osTypeId.isEmpty()) 432 432 {
Note:
See TracChangeset
for help on using the changeset viewer.