Change two class forward declarations to struct forward declarations, silencing a Clang warning

llvm-svn: 99405
This commit is contained in:
Douglas Gregor 2010-03-24 16:59:08 +00:00
parent 47b4629b3b
commit 2538674a98
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ namespace clang {
class VarDecl; class VarDecl;
namespace CodeGen { namespace CodeGen {
class ThisAdjustment; struct ThisAdjustment;
class ThunkInfo; struct ThunkInfo;
class CovariantThunkAdjustment; class CovariantThunkAdjustment;
class ThunkAdjustment; class ThunkAdjustment;