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 / pc2001 / pc2001.h
index cec5bf9..628c97b 100644 (file)
@@ -89,7 +89,7 @@ public:
        // initialize
        // ----------------------------------------
        
-       VM(EMU* parent_emu);
+       VM(EMU_TEMPLATE* parent_emu);
        ~VM();
        
        // ----------------------------------------