summaryrefslogtreecommitdiffstats
path: root/loader/dshow/libwin32.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dshow/libwin32.h')
-rw-r--r--loader/dshow/libwin32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/dshow/libwin32.h b/loader/dshow/libwin32.h
index 7570072649..509941432b 100644
--- a/loader/dshow/libwin32.h
+++ b/loader/dshow/libwin32.h
@@ -17,7 +17,7 @@ typedef uint32_t fourcc_t;
typedef struct FatalError
{
FatalError();
- void PrintAll() {}
+ void PrintAll(void) {}
}FatalError;
*/