summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emucore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/emucore.h')
-rw-r--r--src/emu/emucore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/emucore.h b/src/emu/emucore.h
index 71881cf8ac9..0fba8172b22 100644
--- a/src/emu/emucore.h
+++ b/src/emu/emucore.h
@@ -374,7 +374,7 @@ public:
m_count(0) { }
virtual ~simple_list() { reset(); }
-
+
resource_pool &pool() const { return m_pool; }
T *first() const { return m_head; }