From da3e29275d82550c352d85dd0a2b44064b037bcc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 1 Dec 2007 01:09:44 +0000 Subject: 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 --- slv2/plugininstance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slv2/plugininstance.h') 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 -- cgit v1.2.1