Remove useless typedef keyword, fix a clang warning.

llvm-svn: 109254
This commit is contained in:
Benjamin Kramer 2010-07-23 18:59:12 +00:00
parent ea0e05a3ce
commit 5ea4192b72
1 changed files with 1 additions and 1 deletions

View File

@ -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,