summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/SASL/WindowsGSSAPIClientAuthenticator.h')
-rw-r--r--Swiften/SASL/WindowsGSSAPIClientAuthenticator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/SASL/WindowsGSSAPIClientAuthenticator.h b/Swiften/SASL/WindowsGSSAPIClientAuthenticator.h
index c48d4dc..72616ed 100644
--- a/Swiften/SASL/WindowsGSSAPIClientAuthenticator.h
+++ b/Swiften/SASL/WindowsGSSAPIClientAuthenticator.h
@@ -88,7 +88,7 @@ namespace Swift {
*
* @return Error details.
*/
- boost::shared_ptr<boost::system::error_code> getErrorCode() {
+ std::shared_ptr<boost::system::error_code> getErrorCode() {
return errorCode_;
}
@@ -102,7 +102,7 @@ namespace Swift {
ServerAuthenticated
} step_;
bool error_;
- boost::shared_ptr<boost::system::error_code> errorCode_;
+ std::shared_ptr<boost::system::error_code> errorCode_;
std::string servicePrincipalNameString_;
bool haveCredentialsHandle_;
bool haveContextHandle_;