Rename the EventResult struct to Vst2EventResult

This commit is contained in:
Robbert van der Helm
2021-05-20 15:53:16 +02:00
parent 2bf41c6fe1
commit bd0dd63ad2
5 changed files with 49 additions and 43 deletions
+1 -1
View File
@@ -477,7 +477,7 @@ void serialize(S& s, EventResultPayload& payload) {
/**
* AN instance of this should be sent back as a response to an incoming event.
*/
struct EventResult {
struct Vst2EventResult {
/**
* The result that should be returned from the dispatch function.
*/