OSDN Git Service

[VM] Add vm_template.h . This class, VM_TEMPLATE:: must be mother of VM:: .See fm7...
[csp-qt/common_source_project-fm7.git] / source / src / vm / scsi_hdd.h
index 6c5e0da..6e37a7e 100644 (file)
@@ -24,7 +24,7 @@ private:
 //     csp_state_utils *state_entry;
 
 public:
-       SCSI_HDD(VM* parent_vm, EMU* parent_emu) : SCSI_DEV(parent_vm, parent_emu) 
+       SCSI_HDD(VM_TEMPLATE* parent_vm, EMU* parent_emu) : SCSI_DEV(parent_vm, parent_emu) 
        {
                for(int i = 0; i < 8; i++) {
                        disk[i] = NULL;