diff options
Diffstat (limited to 'tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp')
-rw-r--r-- | tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp b/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp index 3f2ccfd10ce64..3bef535390f7c 100644 --- a/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp +++ b/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp @@ -20,7 +20,7 @@ namespace CMICmdMgrSetCmdDeleteCallback // Return: None. // Throws: None. //-- -CSetClients::CSetClients(void) +CSetClients::CSetClients() : m_bClientUnregistered(false) { } @@ -32,7 +32,7 @@ CSetClients::CSetClients(void) // Return: None. // Throws: None. //-- -CSetClients::~CSetClients(void) +CSetClients::~CSetClients() { } |