X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/7af5c69c22148510cf8f042552018c9b966860cd..df84660fd98b39737692d57b68c8b2c2d34af0f1:/ConnectedInterface.cpp?ds=inline diff --git a/ConnectedInterface.cpp b/ConnectedInterface.cpp index 948388a..017401a 100644 --- a/ConnectedInterface.cpp +++ b/ConnectedInterface.cpp @@ -10,7 +10,7 @@ ConnectedInterface::ConnectedInterface(AbstractBlock* _owner) : AbstractInterfac } -ConnectedInterface::ConnectedInterface(AbstractBlock* _owner, const QString& _name, const QString& _type, const QString& _width, int _direction, int _purpose) : AbstractInterface(_owner, _name, _type, _width, _direction, _purpose) { +ConnectedInterface::ConnectedInterface(AbstractBlock* _owner, const QString& _name, int _direction, int _purpose, const QString& _type, const QString& _width) : AbstractInterface(_owner, _name, _direction, _purpose, _type, _width) { connectedFrom = NULL; outputPattern = NULL; }