commit 60a9148f23cb5726ffc0c32b7d2f52724541fc37
parent fba3a86793b4e16766a8be6fba99e2651e22f9a6
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date: Tue, 21 Dec 2021 13:53:26 +0100
Fix comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/ext/gui.h b/include/clap/ext/gui.h
@@ -15,7 +15,7 @@
/// 4. clap_plugin_gui_win32->embed(), or any other platform specific interface
/// 5. clap_plugin_gui->show()
/// 6. clap_plugin_gui->hide()/show() ...
-/// 7. clap_plugin_gui->close() when done with the gui
+/// 7. clap_plugin_gui->destroy() when done with the gui
///
/// Resizing the window:
/// 1. Only possible if clap_plugin_gui->can_resize() returns true