MGR: Build break fix when building with wxWidgets 3.0.2 on Linux

This commit is contained in:
Rom Walton 2015-01-01 15:15:43 -05:00
parent b5f7088f4e
commit e4bce7f30d
1 changed files with 2 additions and 2 deletions

View File

@ -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
);