X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsKernelEditorGraphic%2FGBlackBoxModel.cxx;h=7eb35180731366b3fb4463de71192b919f300561;hb=782cadf1306a646406ed7a089907f73a5f12c4e5;hp=a806ea8d347e44aea9fa3c9a7ce371f6ffc53eaa;hpb=a178c5cff0721d95f04e014ad8356ec86799bc2a;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBlackBoxModel.cxx b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBlackBoxModel.cxx index a806ea8..7eb3518 100644 --- a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBlackBoxModel.cxx +++ b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBlackBoxModel.cxx @@ -177,7 +177,8 @@ namespace bbtk std::string GBlackBoxModel::getValueInputPort(int pos) { - return _inputs[pos]->getValue(); + std::string text = _inputs[pos]->getValue(); + return text; } //=========================================================================