]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GPortModel.cxx
The buttons and the objects to create input and output complex box ports were added...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GPortModel.cxx
index 200a5f4b278d91ec1316fc04da66500b4b2083ca..c6ca8b0c35855d3cd2ff103d4e88d8b5e552a086 100644 (file)
@@ -57,7 +57,7 @@ namespace bbtk
        }
        //=========================================================================
 
-       void GPortModel::registerInBox(GBlackBoxModel *blackBox,int portType, int pos)
+       void GPortModel::registerInBox(GBoxModel *blackBox,int portType, int pos)
        {
                _parentBox = blackBox;
                _portType = portType;
@@ -125,7 +125,7 @@ namespace bbtk
 
        //=========================================================================
 
-       GBlackBoxModel* GPortModel::getParentBox()
+       GBoxModel* GPortModel::getParentBox()
        {
                return _parentBox;
        }