diff vamp-hostsdk/PluginLoader.h @ 429:9c25e2289faa vampipe

Rename LoadRequest.h -> RequestResponse.h
author Chris Cannam
date Wed, 18 May 2016 10:33:08 +0100
parents 5502a06537f6
children 2819b5c9a395
line wrap: on
line diff
--- a/vamp-hostsdk/PluginLoader.h	Tue May 17 13:52:51 2016 +0100
+++ b/vamp-hostsdk/PluginLoader.h	Wed May 18 10:33:08 2016 +0100
@@ -43,7 +43,7 @@
 
 #include "hostguard.h"
 #include "PluginWrapper.h"
-#include "LoadRequest.h"
+#include "RequestResponse.h"
 
 _VAMP_SDK_HOSTSPACE_BEGIN(PluginLoader.h)