diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2020-01-23 21:36:25 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2020-01-23 21:36:25 +0000 |
commit | 9dba64be9536c28e4800e06512b7f29b43ade345 (patch) | |
tree | 7f0f30947225ecb30ab0fdae8059a936537b0dfe /contrib/llvm-project/lldb/source/Utility/StringLexer.cpp | |
parent | 85868e8a1daeaae7a0e48effb2ea2310ae3b02c6 (diff) | |
parent | ead246455adf1a215ec2715dad6533073a6beb4e (diff) |
Notes
Diffstat (limited to 'contrib/llvm-project/lldb/source/Utility/StringLexer.cpp')
-rw-r--r-- | contrib/llvm-project/lldb/source/Utility/StringLexer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/lldb/source/Utility/StringLexer.cpp b/contrib/llvm-project/lldb/source/Utility/StringLexer.cpp index 958a9580db7a..c357cb0fb553 100644 --- a/contrib/llvm-project/lldb/source/Utility/StringLexer.cpp +++ b/contrib/llvm-project/lldb/source/Utility/StringLexer.cpp @@ -11,7 +11,7 @@ #include <algorithm> #include <assert.h> -using namespace lldb_utility; +using namespace lldb_private; StringLexer::StringLexer(std::string s) : m_data(s), m_position(0) {} |