summaryrefslogtreecommitdiff
path: root/src/VBox/Main/include/MachineImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Main/include/MachineImpl.h')
-rw-r--r--src/VBox/Main/include/MachineImpl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/VBox/Main/include/MachineImpl.h b/src/VBox/Main/include/MachineImpl.h
index 3bb4ffb46..ae5c6e253 100644
--- a/src/VBox/Main/include/MachineImpl.h
+++ b/src/VBox/Main/include/MachineImpl.h
@@ -1,4 +1,4 @@
-/* $Id: MachineImpl.h 37851 2011-07-08 17:04:03Z vboxsync $ */
+/* $Id: MachineImpl.h $ */
/** @file
* VirtualBox COM class implementation
*/
@@ -270,8 +270,8 @@ public:
BOOL mCPUAttached[SchemaDefs::MaxCPUCount];
- settings::CpuIdLeaf mCpuIdStdLeafs[10];
- settings::CpuIdLeaf mCpuIdExtLeafs[10];
+ settings::CpuIdLeaf mCpuIdStdLeafs[11];
+ settings::CpuIdLeaf mCpuIdExtLeafs[11];
DeviceType_T mBootOrder[SchemaDefs::MaxBootPosition];