summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/StructuredDataPlugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Target/StructuredDataPlugin.cpp')
-rw-r--r--lldb/source/Target/StructuredDataPlugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/StructuredDataPlugin.cpp b/lldb/source/Target/StructuredDataPlugin.cpp
index 842708b58a7..a22902d99f7 100644
--- a/lldb/source/Target/StructuredDataPlugin.cpp
+++ b/lldb/source/Target/StructuredDataPlugin.cpp
@@ -23,7 +23,7 @@ public:
"Parent for per-plugin structured data commands",
"plugin structured-data <plugin>") {}
- ~CommandStructuredData() {}
+ ~CommandStructuredData() override {}
};
}
OpenPOWER on IntegriCloud