From 7804afd4cb2cbc6c5d291e781029005e304425bf Mon Sep 17 00:00:00 2001 From: athrxx Date: Tue, 17 May 2011 21:43:07 +0200 Subject: FM-TOWNS AUDIO: hopefully fix ps2 port compile --- audio/softsynth/fmtowns_pc98/towns_midi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/softsynth/fmtowns_pc98/towns_midi.h') diff --git a/audio/softsynth/fmtowns_pc98/towns_midi.h b/audio/softsynth/fmtowns_pc98/towns_midi.h index 2b6e1dff4e..20e986fd5c 100644 --- a/audio/softsynth/fmtowns_pc98/towns_midi.h +++ b/audio/softsynth/fmtowns_pc98/towns_midi.h @@ -41,7 +41,7 @@ public: ~MidiDriver_TOWNS(); int open(); - bool isOpen() const { return _open; } + bool isOpen() const { return _isOpen; } void close(); void send(uint32 b); @@ -76,7 +76,7 @@ private: uint8 _allocCurPos; uint8 _rand; - bool _open; + bool _isOpen; uint8 *_operatorLevelTable; }; -- cgit v1.2.3