win32 build, all test pass

This commit is contained in:
Matej Sekoranja
2014-11-10 21:52:10 +01:00
parent 49312d62d5
commit a25a89fadc
2 changed files with 2 additions and 2 deletions

View File

@@ -158,7 +158,7 @@ StructureConstPtr NTMultiChannelBuilder::createStructure()
return st;
}
PVStructurePtr NTMultiChannelBuilder::NTMultiChannelBuilder::createPVStructure()
PVStructurePtr NTMultiChannelBuilder::createPVStructure()
{
return pvDataCreate->createPVStructure(createStructure());
}