diff options
author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2010-09-28 20:28:50 +0000 |
---|---|---|
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2010-09-28 20:28:50 +0000 |
commit | b3737e4fcddbf1c3126eb853c0e3b366b35ceaba (patch) | |
tree | d4602d5844d2a61484c47cbefb345c200566ef1c | |
parent | 8c84571f3e262569ba51d107db7ab31a23de79b3 (diff) |
Follow-up to r114978, used wrong tag.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114979 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Sema/ExternalSemaSource.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |