diff options
author | David Robillard <d@drobilla.net> | 2007-07-31 05:43:43 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-07-31 05:43:43 +0000 |
commit | 985fa3a938241a763794c2d445fc5ab26efd6686 (patch) | |
tree | 23464dc61484fe0e97b272948c44f593657407a1 /src | |
parent | b94d8b912020447ce12c34fe13cbc823557c1703 (diff) | |
download | lilv-985fa3a938241a763794c2d445fc5ab26efd6686.tar.gz lilv-985fa3a938241a763794c2d445fc5ab26efd6686.tar.bz2 lilv-985fa3a938241a763794c2d445fc5ab26efd6686.zip |
Added experimental Python bindings via swig.
Fixed building from slv2 directory.
git-svn-id: http://svn.drobilla.net/lad/slv2@660 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/slv2_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h index e2a6ee1..f7999e9 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -119,7 +119,7 @@ struct _SLV2PluginClass { SLV2PluginClass slv2_plugin_class_new(SLV2World world, const char* parent_uri, const char* uri, const char* label); -void slv2_plugin_class_free(SLV2PluginClass class); +void slv2_plugin_class_free(SLV2PluginClass plugin_class); |