summaryrefslogtreecommitdiffstats
path: root/sys/dshowdecwrapper/gstdshowaudiodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dshowdecwrapper/gstdshowaudiodec.h')
-rw-r--r--sys/dshowdecwrapper/gstdshowaudiodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dshowdecwrapper/gstdshowaudiodec.h b/sys/dshowdecwrapper/gstdshowaudiodec.h
index 37f16070..77d78919 100644
--- a/sys/dshowdecwrapper/gstdshowaudiodec.h
+++ b/sys/dshowdecwrapper/gstdshowaudiodec.h
@@ -132,7 +132,7 @@ class AudioFakeSink : public CBaseRenderer
public:
AudioFakeSink(GstDshowAudioDec *dec) :
m_hres(S_OK),
- CBaseRenderer(CLSID_AudioFakeSink, L"AudioFakeSink", NULL, &m_hres),
+ CBaseRenderer(CLSID_AudioFakeSink, _T("AudioFakeSink"), NULL, &m_hres),
mDec(dec)
{};
virtual ~AudioFakeSink() {};