diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libcamera/internal/ipa_module.h | 2 |
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_; }; |