commit 5fcfe7ae6560ad8411eef772a4da06463b89607e parent a3483a158d3273fbf37f2aaf25dc2adcc72371da Author: Alexandre BIQUE <bique.alexandre@gmail.com> Date: Fri, 27 Aug 2021 18:05:48 +0200 Oups Diffstat:
M | examples/plugins/core-plugin.cc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/plugins/core-plugin.cc b/examples/plugins/core-plugin.cc @@ -158,7 +158,7 @@ namespace clap { bool CorePlugin::guiCocoaAttach(void *nsView) noexcept { if (remoteGui_) - return remoteGui_->attachWin32(nsView); + return remoteGui_->attachCocoa(nsView); return false; }