rework 8e3b6c9ac (fstwin is C code, not C++)

This commit is contained in:
Robin Gareus 2016-11-15 02:49:30 +01:00
parent 4e8d705d99
commit 5dc2497100
7 changed files with 45 additions and 22 deletions

View file

@ -220,7 +220,7 @@ static VSTState*
fst_new (void)
{
VSTState* fst = (VSTState*) calloc (1, sizeof (VSTState));
fst->init();
vststate_init (fst);
#ifdef PLATFORM_WINDOWS
fst->voffset = 50;
fst->hoffset = 0;