From 6ff018665747cd10248ba020ba16ba973764eff6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Sep 2016 15:22:27 -0400 Subject: Fix warning --- bindings/test/bindings_test_plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bindings') diff --git a/bindings/test/bindings_test_plugin.c b/bindings/test/bindings_test_plugin.c index 86f6fba..3d6c763 100644 --- a/bindings/test/bindings_test_plugin.c +++ b/bindings/test/bindings_test_plugin.c @@ -54,7 +54,7 @@ typedef enum { every instance method. In this simple plugin, only port buffers need to be stored, since there is no additional instance data. */ typedef struct { - // Port buffers + float* buf; } Test; /** @@ -179,7 +179,7 @@ static const LV2_Descriptor descriptor = { indices to find all the plugins defined in the library. The index is not an indentifier, the URI of the returned descriptor is used to determine the identify of the plugin. - + This method is in the ``discovery'' threading class, so no other functions or methods in this plugin library will be called concurrently with it. */ -- cgit v1.2.1