diff options
Diffstat (limited to 'tools/lldb-mi/MICmnMIValueTuple.h')
-rw-r--r-- | tools/lldb-mi/MICmnMIValueTuple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lldb-mi/MICmnMIValueTuple.h b/tools/lldb-mi/MICmnMIValueTuple.h index 3b6a8835d25f..ecf5402dc54c 100644 --- a/tools/lldb-mi/MICmnMIValueTuple.h +++ b/tools/lldb-mi/MICmnMIValueTuple.h @@ -50,7 +50,7 @@ class CMICmnMIValueTuple : public CMICmnMIValue // Overridden: public: // From CMICmnBase - /* dtor */ virtual ~CMICmnMIValueTuple(void); + /* dtor */ ~CMICmnMIValueTuple(void) override; // Methods: private: |