Fix typo in CAChannelGet class member

This commit is contained in:
Andrew Johnson
2018-10-30 16:19:12 -05:00
parent ec926282f3
commit 39d0706cf1

View File

@ -174,7 +174,7 @@ private:
CAChannelPtr channel;
ChannelGetRequester::weak_pointer channelGetRequester;
epics::pvData::PVStructurePtr const & pvRequest;
const epics::pvData::PVStructure::shared_pointer pvRequest;
epics::pvData::Status getStatus;
GetDoneThreadPtr getDoneThread;
NotifyGetRequesterPtr notifyGetRequester;