summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Interpreter/CommandInterpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Interpreter/CommandInterpreter.h')
-rw-r--r--lldb/include/lldb/Interpreter/CommandInterpreter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Interpreter/CommandInterpreter.h b/lldb/include/lldb/Interpreter/CommandInterpreter.h
index d921478e3fe..a0144000795 100644
--- a/lldb/include/lldb/Interpreter/CommandInterpreter.h
+++ b/lldb/include/lldb/Interpreter/CommandInterpreter.h
@@ -201,7 +201,7 @@ class CommandInterpreter :
public IOHandlerDelegate
{
public:
- typedef std::map<std::string, CommandAlias::UniquePointer> CommandAliasMap;
+ typedef std::map<std::string, lldb::CommandObjectSP> CommandAliasMap;
enum
{
OpenPOWER on IntegriCloud