diff options
Diffstat (limited to 'lldb/source/Core/ValueObjectVariable.cpp')
-rw-r--r-- | lldb/source/Core/ValueObjectVariable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/ValueObjectVariable.cpp b/lldb/source/Core/ValueObjectVariable.cpp index 3ff37e9deac..5647fbb890e 100644 --- a/lldb/source/Core/ValueObjectVariable.cpp +++ b/lldb/source/Core/ValueObjectVariable.cpp @@ -80,7 +80,7 @@ ValueObjectVariable::GetQualifiedTypeName() return ConstString(); } -uint32_t +size_t ValueObjectVariable::CalculateNumChildren() { ClangASTType type(GetClangAST(), |