OSDN Git Service

[VM][EMU] For ALL VMs/Devices; use EMU_TEMPLATE:: instead of EMU::.
[csp-qt/common_source_project-fm7.git] / source / src / vm / pc98ha / calendar.h
index 60a22a3..4694175 100644 (file)
@@ -26,7 +26,7 @@ private:
 #endif
        
 public:
-       CALENDAR(VM_TEMPLATE* parent_vm, EMU* parent_emu) : DEVICE(parent_vm, parent_emu)
+       CALENDAR(VM_TEMPLATE* parent_vm, EMU_TEMPLATE* parent_emu) : DEVICE(parent_vm, parent_emu)
        {
                set_device_name(_T("RTC I/F"));
        }