diff --git a/templates/vst3/src/vst3.c b/templates/vst3/src/vst3.c index cf11e94..37c903f 100644 --- a/templates/vst3/src/vst3.c +++ b/templates/vst3/src/vst3.c @@ -24,7 +24,7 @@ typedef struct { void * handle; const char * format; - const char * (*get_nindir)(void *handle); + const char * (*get_bindir)(void *handle); const char * (*get_datadir)(void *handle); } plugin_callbacks;