aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/clang/Sema/ExternalSemaSource.h2
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