Fix a compiler warning

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-05-06 22:57:43 +02:00
parent 6234db602b
commit d7e79fd4f3
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ template <class T> inline T static_cast_void(const void* ptr)
struct PluginInfoBytes {
uint API;
uint build;
uint type;
CARLA_BACKEND_NAMESPACE::PluginType type;
uint hints;
uint64_t uniqueId;
uint audioIns;