summaryrefslogtreecommitdiffstats
path: root/loader/dshow/allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dshow/allocator.h')
-rw-r--r--loader/dshow/allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/dshow/allocator.h b/loader/dshow/allocator.h
index f853001d37..8556370635 100644
--- a/loader/dshow/allocator.h
+++ b/loader/dshow/allocator.h
@@ -15,13 +15,13 @@ typedef struct _MemAllocator MemAllocator;
struct _MemAllocator
{
IMemAllocator_vt* vt;
+ DECLARE_IUNKNOWN();
ALLOCATOR_PROPERTIES props;
avm_list_t* used_list;
avm_list_t* free_list;
char* new_pointer;
CMediaSample* modified_sample;
GUID interfaces[2];
- DECLARE_IUNKNOWN();
void ( *SetPointer )(MemAllocator* This, char* pointer);
void ( *ResetPointer )(MemAllocator* This);