Browse Source

Forgot a water prefix..

Signed-off-by: falkTX <falktx@falktx.com>
pull/1689/head
falkTX 2 years ago
parent
commit
9fff0e9b17
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/backend/plugin/CarlaPluginCLAP.cpp

+ 1
- 1
source/backend/plugin/CarlaPluginCLAP.cpp View File

@@ -423,7 +423,7 @@ public:
const clap_plugin_entry_t* entry;

#ifdef CARLA_OS_MAC
if (!File(filename).existsAsFile())
if (!water::File(filename).existsAsFile())
{
if (! fBundleLoader.load(filename))
{


Loading…
Cancel
Save