diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-12-20 20:33:26 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-12-20 20:33:26 +0000 |
| commit | 508265afa5f0a83f6385ac42e10464c9ca912cf8 (patch) | |
| tree | 706d7277c749dbe29fbd7d19fb0fba17ecf8879b /lldb/source/API | |
| parent | 0a291a36f2e3a7af294c099a4c154524c5e4510c (diff) | |
| download | bcm5719-llvm-508265afa5f0a83f6385ac42e10464c9ca912cf8.tar.gz bcm5719-llvm-508265afa5f0a83f6385ac42e10464c9ca912cf8.zip | |
Patch from Stephen Wilson:
Fix a typo where a qualification was being interpreted as a label.
llvm-svn: 122260
Diffstat (limited to 'lldb/source/API')
| -rw-r--r-- | lldb/source/API/SBDebugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/SBDebugger.cpp b/lldb/source/API/SBDebugger.cpp index 93d94e6e318..a2d836f9934 100644 --- a/lldb/source/API/SBDebugger.cpp +++ b/lldb/source/API/SBDebugger.cpp @@ -747,7 +747,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(); |

