aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mixer.h')
-rw-r--r--sound/mixer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index e2002a9e87..9894d20a87 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -90,7 +90,7 @@ public:
/* bind to the OSystem object => mixer will be
* invoked automatically when samples need
* to be generated */
- void bind_to_system(OSystem *syst);
+ bool bind_to_system(OSystem *syst);
/* set the volume, 0-256 */
void set_volume(int volume);