aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/fmtowns_pc98/towns_midi.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/softsynth/fmtowns_pc98/towns_midi.h')
-rw-r--r--audio/softsynth/fmtowns_pc98/towns_midi.h4
1 files changed, 2 insertions, 2 deletions
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;
};