Implement Vst3ContextMenuProxyImpl destructor

This commit is contained in:
Robbert van der Helm
2021-01-06 22:50:56 +01:00
parent b9d4bd6042
commit 5dffba4584
5 changed files with 25 additions and 7 deletions
+2 -1
View File
@@ -170,7 +170,8 @@ void serialize(S& s, AudioProcessorRequest& payload) {
* information we want or the operation we want to perform. A request of type
* `CallbackRequest(T)` should send back a `T::Response`.
*/
using CallbackRequest = std::variant<WantsConfiguration,
using CallbackRequest = std::variant<Vst3ContextMenuProxy::Destruct,
WantsConfiguration,
YaComponentHandler::BeginEdit,
YaComponentHandler::PerformEdit,
YaComponentHandler::EndEdit,