Fixed win32 build error.

This commit is contained in:
dhickin
2015-06-08 13:12:15 +01:00
parent 4af5ba92d9
commit 4e22a056d2

View File

@ -44,7 +44,7 @@ using namespace epics::pvDatabase;
static const iocshFuncDef pvdblFuncDef = {
"pvdbl", 0, 0
};
extern "C" void epicsShareAPI pvdbl(const iocshArgBuf *args)
extern "C" void pvdbl(const iocshArgBuf *args)
{
PVDatabasePtr master = PVDatabase::getMaster();
PVStringArrayPtr pvNames = master->getRecordNames();