summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2010-07-22 00:52:18 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2010-07-22 00:52:18 +0000
commit073e655c0aa32574722ef6c603bb87f355c4dc4f (patch)
tree0d1d876bc6f05254d2518361324acd7b2a98e98b
parent99596bc2b686d23a0fe32a539c3445c4c18f86d1 (diff)
Remove high-ASCII garbage from start of coolpool.h (this broke Apple GCC) (no whatsnew)
-rw-r--r--src/mame/includes/coolpool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/coolpool.h b/src/mame/includes/coolpool.h
index 58c6c5f49b7..3f75fd63770 100644
--- a/src/mame/includes/coolpool.h
+++ b/src/mame/includes/coolpool.h
@@ -1,4 +1,4 @@
-class coolpool_state
+class coolpool_state
{
public:
static void *alloc(running_machine &machine) { return auto_alloc_clear(&machine, coolpool_state(machine)); }