commit ba1ed6c663e328e1c495b739c2c894d5eb61fa2e parent a3c4ff6d9db86151354099e85a9d57049510ac68 Author: glowcoil <micahrjohnston@gmail.com> Date: Sun, 5 Jun 2022 22:54:45 -0500 fix name of CLAP_EXT_TRANSPORT_CONTROL constant Diffstat:
M | include/clap/ext/draft/transport-control.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/ext/draft/transport-control.h b/include/clap/ext/draft/transport-control.h @@ -6,7 +6,7 @@ // The host has no obligation to execute those request, so the interface maybe // partially working. -static CLAP_CONSTEXPR const char CLAP_EXT_CV[] = "clap.transport-control.draft/0"; +static CLAP_CONSTEXPR const char CLAP_EXT_TRANSPORT_CONTROL[] = "clap.transport-control.draft/0"; #ifdef __cplusplus extern "C" {