summaryrefslogtreecommitdiff
path: root/tools/lldb-mi/MICmnMIValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lldb-mi/MICmnMIValue.cpp')
-rw-r--r--tools/lldb-mi/MICmnMIValue.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/lldb-mi/MICmnMIValue.cpp b/tools/lldb-mi/MICmnMIValue.cpp
index 2f7041427d2b..d5895d70099b 100644
--- a/tools/lldb-mi/MICmnMIValue.cpp
+++ b/tools/lldb-mi/MICmnMIValue.cpp
@@ -1,4 +1,4 @@
-//===-- Platform.cpp --------------------------------------------*- C++ -*-===//
+//===-- MICmnMIValue.cpp ----------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -18,7 +18,7 @@
// Return: None.
// Throws: None.
//--
-CMICmnMIValue::CMICmnMIValue(void)
+CMICmnMIValue::CMICmnMIValue()
: m_strValue(MIRSRC(IDS_WORD_INVALIDBRKTS))
, m_bJustConstructed(true)
{
@@ -31,7 +31,7 @@ CMICmnMIValue::CMICmnMIValue(void)
// Return: None.
// Throws: None.
//--
-CMICmnMIValue::~CMICmnMIValue(void)
+CMICmnMIValue::~CMICmnMIValue()
{
}
@@ -46,7 +46,7 @@ CMICmnMIValue::~CMICmnMIValue(void)
// Throws: None.
//--
const CMIUtilString &
-CMICmnMIValue::GetString(void) const
+CMICmnMIValue::GetString() const
{
return m_strValue;
}