summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.h')
-rw-r--r--lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.h b/lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.h
index f53c5ce1008..0adbab04260 100644
--- a/lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.h
+++ b/lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.h
@@ -72,22 +72,22 @@ class CMICmnMIOutOfBandRecord : public CMICmnBase
// Methods:
public:
- /* ctor */ CMICmnMIOutOfBandRecord(void);
+ /* ctor */ CMICmnMIOutOfBandRecord();
/* ctor */ CMICmnMIOutOfBandRecord(const OutOfBand_e veType);
/* ctor */ CMICmnMIOutOfBandRecord(const OutOfBand_e veType, const CMICmnMIValueConst &vConst);
/* ctor */ CMICmnMIOutOfBandRecord(const OutOfBand_e veType, const CMICmnMIValueResult &vResult);
//
- const CMIUtilString &GetString(void) const;
+ const CMIUtilString &GetString() const;
void Add(const CMICmnMIValueResult &vResult);
// Overridden:
public:
// From CMICmnBase
- /* dtor */ ~CMICmnMIOutOfBandRecord(void) override;
+ /* dtor */ ~CMICmnMIOutOfBandRecord() override;
// Methods:
private:
- void BuildAsyncRecord(void);
+ void BuildAsyncRecord();
// Attributes:
private:
OpenPOWER on IntegriCloud