build fixed

This commit is contained in:
Matej Sekoranja
2013-12-03 12:55:25 +01:00
parent 8021361768
commit 344ba439ba
2 changed files with 3 additions and 4 deletions

View File

@@ -9,7 +9,6 @@
#include <pv/serverContext.h>
#include <pv/clientFactory.h>
#include <pv/clientContextImpl.h>
#include "channelAccessIFTest.h"
@@ -58,7 +57,7 @@ class ChannelAccessIFRemoteTest: public ChannelAccessIFTest {
virtual ChannelProvider::shared_pointer getChannelProvider() {
return getChannelAccess()->getProvider(
ClientContextImpl::PROVIDER_NAME);
"pva");
}