summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/lldb/include/lldb/API/SBPlatform.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/tools/lldb/include/lldb/API/SBPlatform.h')
-rw-r--r--contrib/llvm/tools/lldb/include/lldb/API/SBPlatform.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/llvm/tools/lldb/include/lldb/API/SBPlatform.h b/contrib/llvm/tools/lldb/include/lldb/API/SBPlatform.h
index 3f7e1ac..952e310 100644
--- a/contrib/llvm/tools/lldb/include/lldb/API/SBPlatform.h
+++ b/contrib/llvm/tools/lldb/include/lldb/API/SBPlatform.h
@@ -156,7 +156,8 @@ protected:
void SetSP(const lldb::PlatformSP &platform_sp);
SBError ExecuteConnected(
- const std::function<lldb_private::Error(const lldb::PlatformSP &)> &func);
+ const std::function<lldb_private::Status(const lldb::PlatformSP &)>
+ &func);
lldb::PlatformSP m_opaque_sp;
};
OpenPOWER on IntegriCloud