Skip to content
Snippets Groups Projects
Commit ac68e42b authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* Fixing compilation error with XCode 9

parent ea437d68
No related branches found
No related tags found
No related merge requests found
...@@ -732,7 +732,7 @@ NPL::OnlineGUI::~OnlineGUI(){ ...@@ -732,7 +732,7 @@ NPL::OnlineGUI::~OnlineGUI(){
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
void NPL::OnlineGUI::Connect(){ void NPL::OnlineGUI::Connect(){
m_Client->SetAddressAndPort((string) m_Address->GetDisplayText(),(int) m_Port->GetNumber()); m_Client->SetAddressAndPort((string) m_Address->GetDisplayText().Data(),(int) m_Port->GetNumber());
m_Client->Connect(); m_Client->Connect();
m_CanvasListTree->LoadCanvasList(m_Client->GetSpectra()); m_CanvasListTree->LoadCanvasList(m_Client->GetSpectra());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment