Test commit: changed the forward declaration of FieldDeclarator from class to struct to be coherent with its definition (DeclSpec.h)

llvm-svn: 52671
This commit is contained in:
Cedric Venet 2008-06-24 09:09:38 +00:00
parent 3f2ceac565
commit 4bcc95de9b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace clang {
class ObjCDeclSpec;
class Declarator;
class AttributeList;
class FieldDeclarator;
struct FieldDeclarator;
// Parse.
class Scope;
class Action;