summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/API/SBThread.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/API/SBThread.h')
-rw-r--r--lldb/include/lldb/API/SBThread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/include/lldb/API/SBThread.h b/lldb/include/lldb/API/SBThread.h
index bd6a567c53f..9645f925035 100644
--- a/lldb/include/lldb/API/SBThread.h
+++ b/lldb/include/lldb/API/SBThread.h
@@ -36,6 +36,8 @@ public:
SBThread ();
SBThread (const lldb::SBThread &thread);
+
+ SBThread (const lldb::ThreadSP& lldb_object_sp);
~SBThread();
@@ -201,8 +203,6 @@ protected:
friend class SBDebugger;
friend class SBValue;
- SBThread (const lldb::ThreadSP& lldb_object_sp);
-
void
SetThread (const lldb::ThreadSP& lldb_object_sp);
OpenPOWER on IntegriCloud