summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/PayloadParsers/PrivateStorageParser.h')
-rw-r--r--Swiften/Parser/PayloadParsers/PrivateStorageParser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Parser/PayloadParsers/PrivateStorageParser.h b/Swiften/Parser/PayloadParsers/PrivateStorageParser.h
index 761a019..c1d695c 100644
--- a/Swiften/Parser/PayloadParsers/PrivateStorageParser.h
+++ b/Swiften/Parser/PayloadParsers/PrivateStorageParser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2015 Isode Limited.
+ * Copyright (c) 2010-2016 Isode Limited.
* All rights reserved.
* See the COPYING file for more information.
*/
@@ -27,6 +27,6 @@ namespace Swift {
private:
PayloadParserFactoryCollection* factories;
int level;
- boost::shared_ptr<PayloadParser> currentPayloadParser;
+ std::shared_ptr<PayloadParser> currentPayloadParser;
};
}