diff options
-rw-r--r-- | dynamicdevice.c | 2 | ||||
-rw-r--r-- | dynamite.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dynamicdevice.c b/dynamicdevice.c index 3fe45ed..6ec9e2a 100644 --- a/dynamicdevice.c +++ b/dynamicdevice.c @@ -586,7 +586,7 @@ int cDynamicDevice::GetAudioChannelDevice(void) { if (subDevice) return subDevice->GetAudioChannelDevice(); - return GetAudioChannelDevice(); + return cDevice::GetAudioChannelDevice(); } void cDynamicDevice::SetAudioChannelDevice(int AudioChannel) @@ -9,7 +9,7 @@ #include "dynamicdevice.h" #include "monitor.h" -static const char *VERSION = "0.0.5n"; +static const char *VERSION = "0.0.5o"; static const char *DESCRIPTION = "attach/detach devices on the fly"; static const char *MAINMENUENTRY = NULL; |