diff options
author | David Robillard <d@drobilla.net> | 2007-12-01 01:09:44 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-12-01 01:09:44 +0000 |
commit | da3e29275d82550c352d85dd0a2b44064b037bcc (patch) | |
tree | e94170e6bd68c5248d18fc5cea182169c1e4a376 /slv2/plugininstance.h | |
parent | 66d5e28a5704deb3fd15d2e4d2cb9f1b30f983ba (diff) | |
download | lilv-da3e29275d82550c352d85dd0a2b44064b037bcc.tar.gz lilv-da3e29275d82550c352d85dd0a2b44064b037bcc.tar.bz2 lilv-da3e29275d82550c352d85dd0a2b44064b037bcc.zip |
Remove useless inmaintained ChangeLog/NEWS files.
More documentation fixes.
SLV2 version 0.3.2.
git-svn-id: http://svn.drobilla.net/lad/slv2@930 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/plugininstance.h')
-rw-r--r-- | slv2/plugininstance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2/plugininstance.h b/slv2/plugininstance.h index c960e86..d72c8ad 100644 --- a/slv2/plugininstance.h +++ b/slv2/plugininstance.h @@ -38,7 +38,7 @@ typedef struct _InstanceImpl* SLV2InstanceImpl; * documented and should not be used directly. The remaining implementation * details are in the opaque pimpl member. */ -typedef struct { +typedef struct _Instance { const LV2_Descriptor* lv2_descriptor; LV2_Handle lv2_handle; SLV2InstanceImpl pimpl; ///< Private implementation |