diff options
-rw-r--r-- | doc/DoxygenLayout.xml | 4 | ||||
-rw-r--r-- | plugins/eg-sampler.lv2/sampler_ui.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/DoxygenLayout.xml b/doc/DoxygenLayout.xml index 22acafb..3b3d6c7 100644 --- a/doc/DoxygenLayout.xml +++ b/doc/DoxygenLayout.xml @@ -12,7 +12,7 @@ </tab> <tab type="classes" visible="yes" title=""> <tab type="classlist" visible="yes" title="" intro=""/> - <tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/> + <tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/> <tab type="hierarchy" visible="yes" title="" intro=""/> <tab type="classmembers" visible="yes" title="" intro=""/> </tab> @@ -20,7 +20,7 @@ <tab type="filelist" visible="yes" title="" intro=""/> <tab type="globals" visible="yes" title="" intro=""/> </tab> - <tab type="examples" visible="yes" title="" intro=""/> + <tab type="examples" visible="yes" title="" intro=""/> </navindex> <!-- Layout definition for a class page --> diff --git a/plugins/eg-sampler.lv2/sampler_ui.c b/plugins/eg-sampler.lv2/sampler_ui.c index 643f8c7..c08930a 100644 --- a/plugins/eg-sampler.lv2/sampler_ui.c +++ b/plugins/eg-sampler.lv2/sampler_ui.c @@ -134,7 +134,7 @@ instantiate(const LV2UI_Descriptor* descriptor, // Request state (filename) from plugin uint8_t get_buf[512]; lv2_atom_forge_set_buffer(&ui->forge, get_buf, sizeof(get_buf)); - + LV2_Atom_Forge_Frame frame; LV2_Atom* msg = (LV2_Atom*)lv2_atom_forge_object( &ui->forge, &frame, 0, ui->uris.patch_Get); |