diff options
author | 2009-10-16 23:49:38 +0000 | |
---|---|---|
committer | 2009-10-16 23:49:38 +0000 | |
commit | 4cf500edce0fe59326c01fd410059399317bbefd (patch) | |
tree | 6aea3d8dd5898a1033638aae75bf07e625929417 /src/emu/sound/cdp1864.h | |
parent | 3a49a59d8c7d69f2af0f0762b67eea41641a23ec (diff) |
c++ fix.
Diffstat (limited to 'src/emu/sound/cdp1864.h')
-rw-r--r-- | src/emu/sound/cdp1864.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/cdp1864.h b/src/emu/sound/cdp1864.h index f27a6c8a699..6f5bbff0d0b 100644 --- a/src/emu/sound/cdp1864.h +++ b/src/emu/sound/cdp1864.h @@ -89,11 +89,11 @@ TYPE DEFINITIONS ***************************************************************************/ -typedef enum _cdp1864_format cdp1864_format; enum _cdp1864_format { CDP1864_NON_INTERLACED = 0, CDP1864_INTERLACED }; +typedef enum _cdp1864_format cdp1864_format; typedef struct _cdp1864_interface cdp1864_interface; struct _cdp1864_interface |