[Lldb-commits] [lldb] r122260 - /lldb/trunk/source/API/SBDebugger.cpp

Johnny Chen johnny.chen at apple.com
Mon Dec 20 12:33:26 PST 2010


Author: johnny
Date: Mon Dec 20 14:33:26 2010
New Revision: 122260

URL: http://llvm.org/viewvc/llvm-project?rev=122260&view=rev
Log:
Patch from Stephen Wilson:

Fix a typo where a qualification was being interpreted as a label.

Modified:
    lldb/trunk/source/API/SBDebugger.cpp

Modified: lldb/trunk/source/API/SBDebugger.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/API/SBDebugger.cpp?rev=122260&r1=122259&r2=122260&view=diff
==============================================================================
--- lldb/trunk/source/API/SBDebugger.cpp (original)
+++ lldb/trunk/source/API/SBDebugger.cpp Mon Dec 20 14:33:26 2010
@@ -747,7 +747,7 @@
 {
     SBStringList ret_value;
     lldb::SettableVariableType var_type;
-    lldb_private:Error err;
+    lldb_private::Error err;
 
     lldb::UserSettingsControllerSP root_settings_controller = lldb_private::Debugger::GetSettingsController();
 





More information about the lldb-commits mailing list