From 068bf99fb9ff1030d111a7506601d1f702857261 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Apr 2007 16:41:22 +0000 Subject: Fixed more outdated reference to strings.h git-svn-id: http://svn.drobilla.net/lad/slv2@478 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/plugin.h | 2 +- slv2/values.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'slv2') diff --git a/slv2/plugin.h b/slv2/plugin.h index c6090a6..fa43be0 100644 --- a/slv2/plugin.h +++ b/slv2/plugin.h @@ -27,7 +27,7 @@ extern "C" { #include #include #include -#include +#include /** \defgroup data Plugin data access * diff --git a/slv2/values.h b/slv2/values.h index a8381cd..3a46583 100644 --- a/slv2/values.h +++ b/slv2/values.h @@ -26,9 +26,9 @@ extern "C" { #endif -/** \defgroup strings Collections of strings +/** \defgroup values Collections of values * - * SLV2Values is an ordered collection of strings which is fast for random + * SLV2Values is an ordered collection of typed values which is fast for random * access by index (i.e. a fancy array). * * @{ -- cgit v1.2.1