diff options
Diffstat (limited to 'contrib/llvm-project/clang/lib/AST/VTTBuilder.cpp')
-rw-r--r-- | contrib/llvm-project/clang/lib/AST/VTTBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/clang/lib/AST/VTTBuilder.cpp b/contrib/llvm-project/clang/lib/AST/VTTBuilder.cpp index d58e87517785..464a2014c430 100644 --- a/contrib/llvm-project/clang/lib/AST/VTTBuilder.cpp +++ b/contrib/llvm-project/clang/lib/AST/VTTBuilder.cpp @@ -189,7 +189,7 @@ void VTTBuilder::LayoutVTT(BaseSubobject Base, bool BaseIsVirtual) { if (!IsPrimaryVTT) { // Remember the sub-VTT index. - SubVTTIndicies[Base] = VTTComponents.size(); + SubVTTIndices[Base] = VTTComponents.size(); } uint64_t VTableIndex = VTTVTables.size(); |