diff options
author | 2010-06-30 17:50:48 +0000 | |
---|---|---|
committer | 2010-06-30 17:50:48 +0000 | |
commit | 9a8095f9b33f6bb8f5d8bcaf57e7bb66fb57c6f3 (patch) | |
tree | 80235fbf241bc9ab931bed39780c3de35031b96f /src/osd/sdl/output.c | |
parent | 7b9e4bae0e6070cad131db410c82f7c7545afff2 (diff) |
Fix compiling on non-windows SDL targets. (no whatsnew)
Diffstat (limited to 'src/osd/sdl/output.c')
-rw-r--r-- | src/osd/sdl/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/output.c b/src/osd/sdl/output.c index ead4a52d3b2..0a898b447f4 100644 --- a/src/osd/sdl/output.c +++ b/src/osd/sdl/output.c @@ -55,7 +55,7 @@ static FILE *output; // FUNCTION PROTOTYPES //============================================================ -static void sdloutput_exit(running_machine *machine); +static void sdloutput_exit(running_machine &machine); static void notifier_callback(const char *outname, INT32 value, void *param); //============================================================ |