NO-OP: whitespace
[ardour.git] / libs / fst / vstwin.c
index 065f50e95445152a1f4d3fcd2e26a8f9e9c5e5c1..b799d5179d881d770dcf77d4739e9ab4573d3558 100644 (file)
@@ -569,7 +569,7 @@ fst_instantiate (VSTHandle* fhandle, audioMasterCallback amc, void* userptr)
        }
 
        fst->handle = fhandle;
-       fst->plugin->user = userptr;
+       fst->plugin->ptr1 = userptr;
 
        if (fst->plugin->magic != kEffectMagic) {
                fst_error ("fst_instantiate: %s is not a vst plugin\n", fhandle->name);