diff options
author | Cedric Venet <cedric.venet@laposte.net> | 2009-02-14 16:15:20 +0000 |
---|---|---|
committer | Cedric Venet <cedric.venet@laposte.net> | 2009-02-14 16:15:20 +0000 |
commit | ea684e699ea84e61711e279f5fa7a1b9f3d46bc2 (patch) | |
tree | 32dea78f1f9c230a4997c484d8ba2fc60e7b141b /include/clang/Basic/IdentifierTable.h | |
parent | 487cdee2f5bf641af4532fe4af79545997d8f5e3 (diff) |
Fix the build on win32.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64556 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/IdentifierTable.h')
-rw-r--r-- | include/clang/Basic/IdentifierTable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/IdentifierTable.h b/include/clang/Basic/IdentifierTable.h index 27697df76c..c4022b6496 100644 --- a/include/clang/Basic/IdentifierTable.h +++ b/include/clang/Basic/IdentifierTable.h @@ -29,7 +29,7 @@ namespace llvm { } namespace clang { - struct LangOptions; + class LangOptions; class IdentifierInfo; class IdentifierTable; class SourceLocation; |