From b3737e4fcddbf1c3126eb853c0e3b366b35ceaba Mon Sep 17 00:00:00 2001 From: Sebastian Redl Date: Tue, 28 Sep 2010 20:28:50 +0000 Subject: [PATCH] Follow-up to r114978, used wrong tag. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114979 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Sema/ExternalSemaSource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Sema/ExternalSemaSource.h b/include/clang/Sema/ExternalSemaSource.h index 8244cd92f6..6d7bc6316b 100644 --- a/include/clang/Sema/ExternalSemaSource.h +++ b/include/clang/Sema/ExternalSemaSource.h @@ -18,7 +18,7 @@ namespace clang { -class ObjCMethodList; +struct ObjCMethodList; class Sema; /// \brief An abstract interface that should be implemented by -- 2.50.1