[Lldb-commits] [PATCH] linux: convert label to qualification.

Stephen Wilson wilsons at start.ca
Mon Dec 20 12:20:00 PST 2010


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


diff --git a/source/API/SBDebugger.cpp b/source/API/SBDebugger.cpp
index 2777741..cdd2c4c 100644
--- a/source/API/SBDebugger.cpp
+++ b/source/API/SBDebugger.cpp
@@ -744,7 +744,7 @@ SBDebugger::GetInternalVariableValue (const char *var_name, const char *debugger
 {
     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