Browse Source

Fix a compiler warning

pull/321/merge
falkTX 3 years ago
parent
commit
e24e2a42ad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/src/DistrhoPluginCLAP.cpp

+ 1
- 1
distrho/src/DistrhoPluginCLAP.cpp View File

@@ -273,7 +273,7 @@ public:
#else
UIExporter tmpUI(nullptr, 0, fPlugin.getSampleRate(),
nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, d_nextBundlePath,
fPlugin.getInstancePointer(), fScaleFactor);
fPlugin.getInstancePointer(), scaleFactor);
*width = tmpUI.getWidth();
*height = tmpUI.getHeight();
scaleFactor = tmpUI.getScaleFactor();


Loading…
Cancel
Save