diff --git a/pdbApp/pdbsingle.cpp b/pdbApp/pdbsingle.cpp index 9d16992..ad1d287 100644 --- a/pdbApp/pdbsingle.cpp +++ b/pdbApp/pdbsingle.cpp @@ -76,7 +76,7 @@ PDBSinglePV::PDBSinglePV(DBCH& chan, ,hadevent_PROPERTY(false) { this->chan.swap(chan); - fielddesc = std::static_pointer_cast(builder->dtype(this->chan)); + fielddesc = std::tr1::static_pointer_cast(builder->dtype(this->chan)); complete = pvd::getPVDataCreate()->createPVStructure(fielddesc); pvif.reset(builder->attach(this->chan, complete));