Changeset 2107

Show
Ignore:
Timestamp:
06/14/09 15:51:06 (15 months ago)
Author:
drobilla
Message:

Finish last commit :)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/slv2/src/plugin.c

    r2105 r2107  
    232232                } 
    233233 
    234                 typedef int (*OpenFunc)(LV2_Dyn_Manifest_Handle*, const LV2_Dyn_Manifest_Feature *const *); 
     234                typedef int (*OpenFunc)(LV2_Dyn_Manifest_Handle*, const LV2_Feature *const *); 
    235235                OpenFunc open_func = (OpenFunc)dlsym(lib, "lv2_dyn_manifest_open"); 
    236236                LV2_Dyn_Manifest_Handle handle = NULL;