summaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Core/FormatEntity.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Core/FormatEntity.h')
-rw-r--r--lldb/include/lldb/Core/FormatEntity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Core/FormatEntity.h b/lldb/include/lldb/Core/FormatEntity.h
index ecae8500df40..cd9019d55554 100644
--- a/lldb/include/lldb/Core/FormatEntity.h
+++ b/lldb/include/lldb/Core/FormatEntity.h
@@ -148,7 +148,7 @@ public:
Entry(Type t = Type::Invalid, const char *s = nullptr,
const char *f = nullptr)
- : string(s ? s : ""), printf_format(f ? f : ""), children(), type(t) {}
+ : string(s ? s : ""), printf_format(f ? f : ""), type(t) {}
Entry(llvm::StringRef s);
Entry(char ch);