Browse Source

Fix a compiler warning

Signed-off-by: falkTX <falktx@falktx.com>
pull/1775/head
falkTX 2 years ago
parent
commit
d7e79fd4f3
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/frontend/pluginlist/pluginlistdialog.cpp

+ 1
- 1
source/frontend/pluginlist/pluginlistdialog.cpp View File

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


Loading…
Cancel
Save