summaryrefslogtreecommitdiff
path: root/include/i18nlangtag
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-16 13:03:53 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-16 13:11:36 +0000
commitbf96ec5d8af6fe806ee634e556f7a9a105894f0f (patch)
tree71e6ad177bc6b93b549790fe2d884760a768ac7d /include/i18nlangtag
parent6b45e4fa5381d119ff0759825454a7154e1363b7 (diff)
boost->std
Change-Id: I44b208a2c5c5bf73ac025462c9f7bd499ed0a49b
Diffstat (limited to 'include/i18nlangtag')
-rw-r--r--include/i18nlangtag/languagetag.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/i18nlangtag/languagetag.hxx b/include/i18nlangtag/languagetag.hxx
index 3d484ad9f5d2..18ec22e78517 100644
--- a/include/i18nlangtag/languagetag.hxx
+++ b/include/i18nlangtag/languagetag.hxx
@@ -16,7 +16,7 @@
#include <i18nlangtag/i18nlangtagdllapi.h>
#include <i18nlangtag/lang.h>
-#include <boost/shared_ptr.hpp>
+#include <memory>
#include <vector>
typedef struct _rtl_Locale rtl_Locale; // as in rtl/locale.h
@@ -507,7 +507,7 @@ public:
/** @ATTENTION: _ONLY_ to be called by the application's configuration! */
static void setConfiguredSystemLanguage( LanguageType nLang );
- typedef ::boost::shared_ptr< LanguageTagImpl > ImplPtr;
+ typedef std::shared_ptr< LanguageTagImpl > ImplPtr;
private: