Skip to content

Commit 76b827b

Browse files
committed
[lldb] Fix SWIG wrapper compilation error
Introduced by 1e131dd. https://lab.llvm.org/buildbot/#/builders/59/builds/5272
1 parent 2da7057 commit 76b827b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ void *lldb_private::python::SWIGBridge::LLDBSWIGPython_GetDynamicSetting(
274274
}
275275

276276
python::PythonObject
277-
lldb_private::python::SWIGBridge::ToSWIGWrapper(const Status &status) {
277+
lldb_private::python::SWIGBridge::ToSWIGWrapper(Status status) {
278278
return python::PythonObject();
279279
}
280280

0 commit comments

Comments
 (0)