]> granicus.if.org Git - clang/commitdiff
Test commit: changed the forward declaration of FieldDeclarator from class to struct...
authorCedric Venet <cedric.venet@laposte.net>
Tue, 24 Jun 2008 09:09:38 +0000 (09:09 +0000)
committerCedric Venet <cedric.venet@laposte.net>
Tue, 24 Jun 2008 09:09:38 +0000 (09:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52671 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Parse/Action.h

index 56c72dc452927b98c08d6a1998d1106318412c89..a8069872dfff377f66501f9357b978c8ee6848bf 100644 (file)
@@ -25,7 +25,7 @@ namespace clang {
   class ObjCDeclSpec;
   class Declarator;
   class AttributeList;
-  class FieldDeclarator;
+  struct FieldDeclarator;
   // Parse.
   class Scope;
   class Action;