aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/opl/dosbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/softsynth/opl/dosbox.h')
-rw-r--r--sound/softsynth/opl/dosbox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/softsynth/opl/dosbox.h b/sound/softsynth/opl/dosbox.h
index f09ddf85e4..68a53276f0 100644
--- a/sound/softsynth/opl/dosbox.h
+++ b/sound/softsynth/opl/dosbox.h
@@ -83,7 +83,7 @@ public:
virtual void init(uint rate) = 0;
};
-class OPL_DOSBox : public OPL {
+class OPL : public ::OPL::OPL {
private:
kOplType _type;
uint _rate;
@@ -98,8 +98,8 @@ private:
void free();
void dualWrite(uint8 index, uint8 reg, uint8 val);
public:
- OPL_DOSBox(kOplType type);
- ~OPL_DOSBox();
+ OPL(kOplType type);
+ ~OPL();
bool init(int rate);
void reset();