Fix build failure on Solaris

This commit is contained in:
Andrew Johnson
2016-06-07 12:31:15 -05:00
parent 63d8651474
commit 935ab02bc1

View File

@@ -165,7 +165,7 @@ ca_client_context::ca_client_context ( bool enablePreemptiveCallback ) :
}
// multiple steps ensure exception safety
std::swap(this->pCallbackGuard, pCBGuard);
this->pCallbackGuard = pCBGuard;
}
ca_client_context::~ca_client_context ()