From 073e655c0aa32574722ef6c603bb87f355c4dc4f Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Thu, 22 Jul 2010 00:52:18 +0000 Subject: [PATCH] Remove high-ASCII garbage from start of coolpool.h (this broke Apple GCC) (no whatsnew) --- src/mame/includes/coolpool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); }