X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGraphEditor%2FDataFlowEditor_OutNode.cxx;fp=src%2FGraphEditor%2FDataFlowEditor_OutNode.cxx;h=6bc6b016ead6c6bcc8b14ea2410751bdb956629b;hb=14f24d469e1969ea03b8e3aaf36999352595068f;hp=52d6601074ac71b7ad3b5b52e0a286e7d4f42d1a;hpb=59fdb09fa5ecce8a2c95a4113b27d19e35b3393b;p=modules%2Fsuperv.git diff --git a/src/GraphEditor/DataFlowEditor_OutNode.cxx b/src/GraphEditor/DataFlowEditor_OutNode.cxx index 52d6601..6bc6b01 100644 --- a/src/GraphEditor/DataFlowEditor_OutNode.cxx +++ b/src/GraphEditor/DataFlowEditor_OutNode.cxx @@ -925,7 +925,7 @@ bool GraphEditor::OutNode::GetLinkCoord( const char* FromNodeName , const char* FromServiceParameterName , const char* ToNodeName , const char* ToServiceParameterName , - const int index , long &X , long &Y ) { + const int index , CORBA::Long &X , CORBA::Long &Y ) { GraphBase::InPort * anInPort = Graph()->GetChangeInPort( ToNodeName , ToServiceParameterName ) ; // cdebug << "GraphEditor::OutNode::GetLinkCoord " << ToNodeName << "( " << ToServiceParameterName