From 69b518f6ef738e6f19c00d6e3383c75615ba224e Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Wed, 7 Jul 2010 17:07:17 +0000 Subject: typedef fixups, patch from Jean-Daniel Dupas. llvm-svn: 107794 --- lldb/source/Commands/CommandObjectThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Commands/CommandObjectThread.cpp') diff --git a/lldb/source/Commands/CommandObjectThread.cpp b/lldb/source/Commands/CommandObjectThread.cpp index 0fd53fe9c78..97387584d5f 100644 --- a/lldb/source/Commands/CommandObjectThread.cpp +++ b/lldb/source/Commands/CommandObjectThread.cpp @@ -332,7 +332,7 @@ protected: }; -typedef enum StepScope +enum StepScope { eStepScopeSource, eStepScopeInstruction -- cgit v1.2.3