summaryrefslogtreecommitdiff
path: root/include/libcamera/internal/ipa_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcamera/internal/ipa_module.h')
-rw-r--r--include/libcamera/internal/ipa_module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libcamera/internal/ipa_module.h b/include/libcamera/internal/ipa_module.h
index 6355671f..c2df2476 100644
--- a/include/libcamera/internal/ipa_module.h
+++ b/include/libcamera/internal/ipa_module.h
@@ -52,7 +52,7 @@ private:
bool loaded_;
void *dlHandle_;
- typedef struct ipa_context *(*IPAIntfFactory)(void);
+ typedef struct ipa_context *(*IPAIntfFactory)();
IPAIntfFactory ipaCreate_;
};