[cfe-commits] r114979 - /cfe/trunk/include/clang/Sema/ExternalSemaSource.h
Sebastian Redl
sebastian.redl at getdesigned.at
Tue Sep 28 13:28:50 PDT 2010
Author: cornedbee
Date: Tue Sep 28 15:28:50 2010
New Revision: 114979
URL: http://llvm.org/viewvc/llvm-project?rev=114979&view=rev
Log:
Follow-up to r114978, used wrong tag.
Modified:
cfe/trunk/include/clang/Sema/ExternalSemaSource.h
Modified: cfe/trunk/include/clang/Sema/ExternalSemaSource.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/ExternalSemaSource.h?rev=114979&r1=114978&r2=114979&view=diff
==============================================================================
--- cfe/trunk/include/clang/Sema/ExternalSemaSource.h (original)
+++ cfe/trunk/include/clang/Sema/ExternalSemaSource.h Tue Sep 28 15:28:50 2010
@@ -18,7 +18,7 @@
namespace clang {
-class ObjCMethodList;
+struct ObjCMethodList;
class Sema;
/// \brief An abstract interface that should be implemented by
More information about the cfe-commits
mailing list