diff options
Diffstat (limited to 'tools/lldb-mi/MICmnMIOutOfBandRecord.h')
-rw-r--r-- | tools/lldb-mi/MICmnMIOutOfBandRecord.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lldb-mi/MICmnMIOutOfBandRecord.h b/tools/lldb-mi/MICmnMIOutOfBandRecord.h index 60a67165a3ff7..6277e860878fd 100644 --- a/tools/lldb-mi/MICmnMIOutOfBandRecord.h +++ b/tools/lldb-mi/MICmnMIOutOfBandRecord.h @@ -86,7 +86,7 @@ class CMICmnMIOutOfBandRecord : public CMICmnBase // Overridden: public: // From CMICmnBase - /* dtor */ virtual ~CMICmnMIOutOfBandRecord(void); + /* dtor */ ~CMICmnMIOutOfBandRecord(void) override; // Methods: private: |