summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/globalvr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/globalvr.cpp')
-rw-r--r--src/mame/drivers/globalvr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/globalvr.cpp b/src/mame/drivers/globalvr.cpp
index 69d785f7267..a85b4201d3f 100644
--- a/src/mame/drivers/globalvr.cpp
+++ b/src/mame/drivers/globalvr.cpp
@@ -69,7 +69,7 @@ public:
void globalvr(machine_config &config);
void globalvr_map(address_map &map);
-protected:
+private:
// devices
required_device<cpu_device> m_maincpu;