aboutsummaryrefslogtreecommitdiff
path: root/tools/lldb-mi/MICmnMIValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lldb-mi/MICmnMIValue.h')
-rw-r--r--tools/lldb-mi/MICmnMIValue.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/tools/lldb-mi/MICmnMIValue.h b/tools/lldb-mi/MICmnMIValue.h
index 6a372e600146..dd11d6a8d118 100644
--- a/tools/lldb-mi/MICmnMIValue.h
+++ b/tools/lldb-mi/MICmnMIValue.h
@@ -28,22 +28,19 @@
// list ==> "[]" | "[" value ( "," value )* "]" | "[" result ( "," result )* "]"
// More information see:
// http://ftp.gnu.org/old-gnu/Manuals/gdb-5.1.1/html_chapter/gdb_22.html
-// Gotchas: None.
-// Authors: Illya Rudkin 24/02/2014.
-// Changes: None.
//--
class CMICmnMIValue : public CMICmnBase
{
// Methods:
public:
- /* ctor */ CMICmnMIValue(void);
+ /* ctor */ CMICmnMIValue();
//
- const CMIUtilString &GetString(void) const;
+ const CMIUtilString &GetString() const;
// Overridden:
public:
// From CMICmnBase
- /* dtor */ ~CMICmnMIValue(void) override;
+ /* dtor */ ~CMICmnMIValue() override;
// Attributes:
protected: