aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Utility/UserID.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Utility/UserID.h')
-rw-r--r--lldb/include/lldb/Utility/UserID.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Utility/UserID.h b/lldb/include/lldb/Utility/UserID.h
index 9fc6985a5a99..19e0052fc51c 100644
--- a/lldb/include/lldb/Utility/UserID.h
+++ b/lldb/include/lldb/Utility/UserID.h
@@ -33,7 +33,7 @@ struct UserID {
UserID(lldb::user_id_t uid = LLDB_INVALID_UID) : m_uid(uid) {}
/// Destructor.
- ~UserID() {}
+ ~UserID() = default;
/// Clears the object state.
///