aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/opl/dosbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/softsynth/opl/dosbox.h')
-rw-r--r--audio/softsynth/opl/dosbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/opl/dosbox.h b/audio/softsynth/opl/dosbox.h
index 513a49f6b8..d3df6ba6ed 100644
--- a/audio/softsynth/opl/dosbox.h
+++ b/audio/softsynth/opl/dosbox.h
@@ -87,7 +87,7 @@ public:
OPL(Config::OplType type);
~OPL();
- bool init(int rate);
+ bool init();
void reset();
void write(int a, int v);