StopInfo now lives in the lldb_private namespace. Qualify.

llvm-svn: 122839
This commit is contained in:
Stephen Wilson 2011-01-04 21:44:13 +00:00
parent 905d814977
commit dd3a948527
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public:
CreateRegisterContextForFrame(lldb_private::StackFrame *frame);
bool
GetRawStopReason(StopInfo *stop_info);
GetRawStopReason(lldb_private::StopInfo *stop_info);
//--------------------------------------------------------------------------
// These methods form a specialized interface to linux threads.