diff options
-rw-r--r-- | sound/mpu401.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/mpu401.cpp b/sound/mpu401.cpp index 9a139ec1a1..455c237299 100644 --- a/sound/mpu401.cpp +++ b/sound/mpu401.cpp @@ -79,9 +79,9 @@ const char *MidiDriver::getErrorName(int error_code) { MidiDriver_MPU401::MidiDriver_MPU401() : MidiDriver(), _started_thread (false), + _mutex (0), _timer_proc (0), - _timer_param (0), - _mutex (0) + _timer_param (0) { uint i; |