From: Richard Smith Date: Wed, 20 Jul 2011 00:10:13 +0000 (+0000) Subject: Use the zero from the correct enumeration when initializing this variable. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51e11f743e7478e94218b3c28283454dae1c6533;p=clang Use the zero from the correct enumeration when initializing this variable. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135541 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Sema/DeclSpec.h b/include/clang/Sema/DeclSpec.h index a66649955c..10aef5cdaa 100644 --- a/include/clang/Sema/DeclSpec.h +++ b/include/clang/Sema/DeclSpec.h @@ -381,7 +381,7 @@ public: TypeAltiVecPixel(false), TypeAltiVecBool(false), TypeSpecOwned(false), - TypeQualifiers(TSS_unspecified), + TypeQualifiers(TQ_unspecified), FS_inline_specified(false), FS_virtual_specified(false), FS_explicit_specified(false),