From 9fff0e9b17dee7201eb294efa645cd5241c0390b Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 3 Oct 2022 17:30:51 +0100 Subject: [PATCH] Forgot a water prefix.. Signed-off-by: falkTX --- source/backend/plugin/CarlaPluginCLAP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/backend/plugin/CarlaPluginCLAP.cpp b/source/backend/plugin/CarlaPluginCLAP.cpp index cd7096e04..de63b010d 100644 --- a/source/backend/plugin/CarlaPluginCLAP.cpp +++ b/source/backend/plugin/CarlaPluginCLAP.cpp @@ -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)) {