summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Target/DynamicLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Target/DynamicLoader.h')
-rw-r--r--lldb/include/lldb/Target/DynamicLoader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Target/DynamicLoader.h b/lldb/include/lldb/Target/DynamicLoader.h
index c8ad4b45845..c3f8fa536df 100644
--- a/lldb/include/lldb/Target/DynamicLoader.h
+++ b/lldb/include/lldb/Target/DynamicLoader.h
@@ -84,7 +84,7 @@ public:
///
/// The destructor is virtual since this class is designed to be inherited
/// from by the plug-in instance.
- virtual ~DynamicLoader() override;
+ ~DynamicLoader() override;
/// Called after attaching a process.
///
OpenPOWER on IntegriCloud