diff options
Diffstat (limited to 'kmix/mixer_hpux.h')
-rw-r--r-- | kmix/mixer_hpux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmix/mixer_hpux.h b/kmix/mixer_hpux.h index 85892b0f..410758c9 100644 --- a/kmix/mixer_hpux.h +++ b/kmix/mixer_hpux.h @@ -28,7 +28,7 @@ protected: virtual int close(); Audio *audio; - unsigned int stereodevs,devtqmask, rectqmask, MaxVolume, i_recsrc; + unsigned int stereodevs,devmask, recmask, MaxVolume, i_recsrc; }; |