summaryrefslogtreecommitdiff
path: root/dxr3device.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3device.h')
-rw-r--r--dxr3device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dxr3device.h b/dxr3device.h
index 23b242d..0df1053 100644
--- a/dxr3device.h
+++ b/dxr3device.h
@@ -88,7 +88,7 @@ public:
// osd
virtual cSpuDecoder *GetSpuDecoder();
- iAudio *getAudioOutput() const { return audioOut; }
+ iAudio *getAudioOutput() const { return audio; }
void turnPlugin(bool on);
@@ -120,7 +120,7 @@ private:
cMutex mutex;
cDecoder *decoder;
cDxr3SpuDecoder* spuDecoder;
- iAudio *audioOut;
+ iAudio *audio;
bool pluginOn;
em8300_bcs_t bcs;