summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-11-10 23:48:46 +0100
committerCarl Hetherington <cth@carlh.net>2022-11-10 23:48:46 +0100
commitaf7130b416a7b8ffcf3c7d4df122d4931a366a24 (patch)
tree6fa12ee37b52952cb0fcc596468b5b1d9e52e1b7
parentbe3dd17f89da78cd482d50441b54d6fa72e16ed6 (diff)
Fix macOS build.
-rw-r--r--src/lib/image_store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image_store.h b/src/lib/image_store.h
index ebe115453..365e7e4f6 100644
--- a/src/lib/image_store.h
+++ b/src/lib/image_store.h
@@ -23,7 +23,7 @@
#include <map>
-class AVBufferRef;
+struct AVBufferRef;
class Image;