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 b4f6aaf703..ef1efd7370 100644
--- a/loader/dshow/allocator.h
+++ b/loader/dshow/allocator.h
@@ -22,6 +22,6 @@ struct _MemAllocator
void ( *ResetPointer )(MemAllocator* This);
};
-MemAllocator* MemAllocatorCreate();
+MemAllocator* MemAllocatorCreate(void);
#endif /* DS_ALLOCATOR_H */