Browse Source

Fix windows build (typo in previous commit)

Signed-off-by: falkTX <falktx@gmail.com>
tags/v2.1-alpha1-winvst
parent
commit
a2779cb250
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/includes/vst3sdk/public.sdk/source/vst/vsteditcontroller.cpp

+ 1
- 1
source/includes/vst3sdk/public.sdk/source/vst/vsteditcontroller.cpp View File

@@ -220,7 +220,7 @@ tresult PLUGIN_API EditController::setComponentHandler (IComponentHandler* newHa
}

//------------------------------------------------------------------------
IPlugView* PLUGIN_API createView (FIDString /*name*/)
IPlugView* PLUGIN_API EditController::createView (FIDString /*name*/)
{
return 0;
}


Loading…
Cancel
Save