mirror of https://github.com/BOINC/boinc.git
MGR: Build break fix when building with wxWidgets 3.0.2 on Linux
This commit is contained in:
parent
b5f7088f4e
commit
e4bce7f30d
|
@ -1409,9 +1409,9 @@ void CAdvancedFrame::OnSelectComputer(wxCommandEvent& WXUNUSED(event)) {
|
|||
hostName.erase(iPos);
|
||||
}
|
||||
lRetVal = pDoc->Connect(
|
||||
hostName,
|
||||
hostName.c_str(),
|
||||
portNum,
|
||||
password,
|
||||
password.c_str(),
|
||||
TRUE,
|
||||
FALSE
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue