commit 16143b62c6759e6ffcaa025bf634bc3b3c9906b6 parent 206a66cd1d68b8f62c95202a499af7992ca5a07a Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Mon, 31 Jan 2022 12:02:19 +0100 Fix pragma pack Diffstat:
M | include/clap/plugin-invalidation.h | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/include/clap/plugin-invalidation.h b/include/clap/plugin-invalidation.h @@ -7,7 +7,7 @@ extern "C" { #endif -#pragma pack(push) +#pragma pack(push, CLAP_ALIGN) typedef struct clap_plugin_invalidation_source { // Directory containing the file(s) to scan @@ -45,4 +45,4 @@ typedef struct clap_plugin_invalidation_factory { #ifdef __cplusplus } -#endif -\ No newline at end of file +#endif