comparison widgets/PluginParameterBox.h @ 442:c803eb18ebba

* Update to new-line vamp plugin sdk
author Chris Cannam
date Fri, 07 Nov 2008 17:31:06 +0000
parents 15b8a4bfe855
children 05d614f6e46d
comparison
equal deleted inserted replaced
441:f8fcfbe13c8f 442:c803eb18ebba
14 */ 14 */
15 15
16 #ifndef _PLUGIN_PARAMETER_BOX_H_ 16 #ifndef _PLUGIN_PARAMETER_BOX_H_
17 #define _PLUGIN_PARAMETER_BOX_H_ 17 #define _PLUGIN_PARAMETER_BOX_H_
18 18
19 #include "vamp-sdk/PluginBase.h" 19 #include <vamp-hostsdk/PluginBase.h>
20 20
21 #include <QFrame> 21 #include <QFrame>
22 #include <map> 22 #include <map>
23 23
24 class AudioDial; 24 class AudioDial;