summaryrefslogtreecommitdiffstats
path: root/amarok/src/engine/helix/helix-sp/helix-include/common/container/hxbuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/engine/helix/helix-sp/helix-include/common/container/hxbuffer.h')
-rw-r--r--amarok/src/engine/helix/helix-sp/helix-include/common/container/hxbuffer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/amarok/src/engine/helix/helix-sp/helix-include/common/container/hxbuffer.h b/amarok/src/engine/helix/helix-sp/helix-include/common/container/hxbuffer.h
index c52abde9..dba22768 100644
--- a/amarok/src/engine/helix/helix-sp/helix-include/common/container/hxbuffer.h
+++ b/amarok/src/engine/helix/helix-sp/helix-include/common/container/hxbuffer.h
@@ -121,7 +121,7 @@ public:
/*
* IUnknown methods
*/
- STDQT_METHOD(QueryInterface) (THIS_
+ STDTQT_METHOD(QueryInterface) (THIS_
REFIID riid,
void** ppvObj);
@@ -132,15 +132,15 @@ public:
/*
* IHXBuffer methods
*/
- STDQT_METHOD(Get) (THIS_
+ STDTQT_METHOD(Get) (THIS_
REF(UCHAR*) pData,
REF(ULONG32) ulLength);
- STDQT_METHOD(Set) (THIS_
+ STDTQT_METHOD(Set) (THIS_
const UCHAR* pData,
ULONG32 ulLength);
- STDQT_METHOD(SetSize) (THIS_
+ STDTQT_METHOD(SetSize) (THIS_
ULONG32 ulLength);
STDMETHOD_(ULONG32,GetSize) (THIS);