X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkConnection.cxx;h=38051fbff9e41ac2b83df54e4bf2e5e53062ca38;hb=a7158b8ae6724e3b7cdf3c3a3aad1157365fbcb0;hp=51538159f28d03e9d3981c014f53104e1ecbde7b;hpb=911e9825791b3ed1777a80ffc1185970bd051193;p=bbtk.git diff --git a/kernel/src/bbtkConnection.cxx b/kernel/src/bbtkConnection.cxx index 5153815..38051fb 100644 --- a/kernel/src/bbtkConnection.cxx +++ b/kernel/src/bbtkConnection.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkConnection.cxx,v $ Language: C++ - Date: $Date: 2008/12/08 12:54:19 $ - Version: $Revision: 1.16 $ + Date: $Date: 2008/12/08 14:02:15 $ + Version: $Revision: 1.17 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -519,11 +519,10 @@ Connection::Connection(BlackBox::Pointer from, const std::string& output, bbtkDebugMessage("change",2, "==> Connection::OnOutputChange("<bbGetInputConnectorMap().find("In")->second; - mAdaptor->bbSetStatusAndPropagate(ac,status); + BlackBoxInputConnector* ac = mAdaptor->bbGetInputConnectorMap().find("In")->second; + mAdaptor->bbSetStatusAndPropagate(ac,status); } mTo->bbSetStatusAndPropagate( mTo->bbGetInputConnectorMap().find(mInput)->second, status);