diff --git a/lldb/include/lldb/Symbol/ClangASTContext.h b/lldb/include/lldb/Symbol/ClangASTContext.h index 57a492254623..b3e6b4ea487b 100644 --- a/lldb/include/lldb/Symbol/ClangASTContext.h +++ b/lldb/include/lldb/Symbol/ClangASTContext.h @@ -37,7 +37,7 @@ public: // will then be able to use one enumeration for all access and we can // translate them correctly into the correct Clang versions depending on // what the access is applied to. - typedef enum AccessType + enum AccessType { eAccessNone, eAccessPublic,