aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/Mangle.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/Mangle.h')
-rw-r--r--lib/CodeGen/Mangle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/Mangle.h b/lib/CodeGen/Mangle.h
index 759cfc3bef..34b2ab46bb 100644
--- a/lib/CodeGen/Mangle.h
+++ b/lib/CodeGen/Mangle.h
@@ -34,8 +34,8 @@ namespace clang {
class VarDecl;
namespace CodeGen {
- class ThisAdjustment;
- class ThunkInfo;
+ struct ThisAdjustment;
+ struct ThunkInfo;
class CovariantThunkAdjustment;
class ThunkAdjustment;