diff vamp/vamp.h @ 419:55de53d7c777

Merge
author Chris Cannam
date Tue, 01 Mar 2016 12:21:23 +0000
parents 4ec736a36546
children 8701366604c7
line wrap: on
line diff
--- a/vamp/vamp.h	Tue Mar 01 12:10:29 2016 +0000
+++ b/vamp/vamp.h	Tue Mar 01 12:21:23 2016 +0000
@@ -250,7 +250,7 @@
     /** API version with which this descriptor is compatible. */
     unsigned int vampApiVersion;
 
-    /** Computer-usable name of the plugin. Must not change. [a-zA-Z0-9_] */
+    /** Computer-usable name of the plugin. Must not change. [a-zA-Z0-9_-] */
     const char *identifier;
 
     /** Human-readable name of the plugin. May be translatable. */