diff --git a/lldb/include/lldb/API/SBDebugger.h b/lldb/include/lldb/API/SBDebugger.h index 166bddac4bf7f7654afd1f34ce9d0ecd30e45879..e7792bab8f683da49b7251b4999dda13083c60b2 100644 --- a/lldb/include/lldb/API/SBDebugger.h +++ b/lldb/include/lldb/API/SBDebugger.h @@ -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;