Allow the SBDebugger to construct itself with the default constructor so

objects can own one of these objects and assign a valid value at a later point.

llvm-svn: 111377
This commit is contained in:
Greg Clayton 2010-08-18 18:25:20 +00:00
parent 8e92d9b68d
commit ddfda9d7a2
1 changed files with 2 additions and 3 deletions

View File

@ -28,6 +28,8 @@ public:
static SBDebugger
Create();
SBDebugger();
~SBDebugger();
bool
@ -137,9 +139,6 @@ public:
private:
// Use the static function: SBDebugger::Create();
SBDebugger();
#ifndef SWIG
friend class SBInputReader;