summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Core/UserSettingsController.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Core/UserSettingsController.h')
-rw-r--r--lldb/include/lldb/Core/UserSettingsController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Core/UserSettingsController.h b/lldb/include/lldb/Core/UserSettingsController.h
index a99457a775e..caa447dc219 100644
--- a/lldb/include/lldb/Core/UserSettingsController.h
+++ b/lldb/include/lldb/Core/UserSettingsController.h
@@ -50,7 +50,7 @@ typedef struct
} UserSettingDefinition;
class UserSettingsController :
- public std::tr1::enable_shared_from_this<UserSettingsController>
+ public STD_ENABLE_SHARED_FROM_THIS(UserSettingsController)
{
public:
OpenPOWER on IntegriCloud