[Lldb-commits] [lldb] r129859 - /lldb/trunk/include/lldb/Core/UserSettingsController.h

Caroline Tice ctice at apple.com
Wed Apr 20 10:14:12 PDT 2011


Author: ctice
Date: Wed Apr 20 12:14:12 2011
New Revision: 129859

URL: http://llvm.org/viewvc/llvm-project?rev=129859&view=rev
Log:

Fix typo  (accidental second 'const' qualifier).


Modified:
    lldb/trunk/include/lldb/Core/UserSettingsController.h

Modified: lldb/trunk/include/lldb/Core/UserSettingsController.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/UserSettingsController.h?rev=129859&r1=129858&r2=129859&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/UserSettingsController.h (original)
+++ lldb/trunk/include/lldb/Core/UserSettingsController.h Wed Apr 20 12:14:12 2011
@@ -136,7 +136,7 @@
     static void
     FindAllSettingsDescriptions (CommandInterpreter &interpreter,
                                  const lldb::UserSettingsControllerSP& usc_sp, 
-                                 const const char *current_prefix, 
+                                 const char *current_prefix, 
                                  Stream &result_stream,
                                  Error &err);
 





More information about the lldb-commits mailing list