Changeset 29803 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
- Timestamp:
- May 26, 2010 9:36:14 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r29794 r29803 727 727 VBoxSelectorWnd &VBoxGlobal::selectorWnd() 728 728 { 729 #if defined (VBOX_GUI_SEPARATE_VM_PROCESS)730 729 AssertMsg (!vboxGlobal().isVMConsoleProcess(), 731 730 ("Must NOT be a VM console process")); 732 #endif733 734 731 Assert (mValid); 735 732
Note:
See TracChangeset
for help on using the changeset viewer.