fix mingw build error

This commit is contained in:
Michael Davidsaver
2017-11-16 18:47:39 -06:00
parent cf7827ceab
commit 3f51c74ba1

View File

@@ -2170,7 +2170,7 @@ public:
option = pvOptions->getSubField<PVScalar>("pipeline");
if (option) {
try {
m_pipeline = option->getAs<boolean>();
m_pipeline = option->getAs<epics::pvData::boolean>();
}catch(std::runtime_error& e){
SEND_MESSAGE(m_callback, cb, "Invalid pipeline=", warningMessage);
}