Changeset 33686 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.cpp
- Timestamp:
- Nov 2, 2010 12:49:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.cpp
r33638 r33686 46 46 47 47 VBoxVMSettingsDisplay::VBoxVMSettingsDisplay() 48 : mValidator(0) 49 , m_minVRAM(0) 50 , m_maxVRAM(0) 51 , m_maxVRAMVisible(0) 52 , m_initialVRAM(0) 53 #ifdef VBOX_WITH_CRHGSMI 54 , m_bWddmMode(false) 55 #endif 48 56 { 49 57 /* Apply UI decorations */
Note:
See TracChangeset
for help on using the changeset viewer.