summaryrefslogtreecommitdiff
path: root/src/md/hotdata/hotheap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/md/hotdata/hotheap.h')
-rw-r--r--src/md/hotdata/hotheap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/md/hotdata/hotheap.h b/src/md/hotdata/hotheap.h
index cc59c8a175..e9e42c4330 100644
--- a/src/md/hotdata/hotheap.h
+++ b/src/md/hotdata/hotheap.h
@@ -52,7 +52,7 @@ public:
__checkReturn
HRESULT GetData(
UINT32 nDataIndex,
- __in DataBlob *pData);
+ __out DataBlob *pData);
inline BOOL IsEmpty() const
{ return m_pHotHeapHeader == NULL; }