summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Core/FormatManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Core/FormatManager.h')
-rw-r--r--lldb/include/lldb/Core/FormatManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Core/FormatManager.h b/lldb/include/lldb/Core/FormatManager.h
index 2dec8c7ff6f..9b77ab13f4d 100644
--- a/lldb/include/lldb/Core/FormatManager.h
+++ b/lldb/include/lldb/Core/FormatManager.h
@@ -218,7 +218,7 @@ public:
const char** matching_category = NULL,
FormatCategoryItems* matching_type = NULL);
- typedef SHARED_PTR(TypeCategoryImpl) SharedPointer;
+ typedef STD_SHARED_PTR(TypeCategoryImpl) SharedPointer;
private:
SummaryNavigator::SharedPointer m_summary_nav;
OpenPOWER on IntegriCloud