X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/d111eaf49741a0a79d372445f97c314a637e331e..3bbc311e444c1ef9ac66dd6861fb0acb13ddb72a:/AbstractInterface.cpp diff --git a/AbstractInterface.cpp b/AbstractInterface.cpp index dde5930..f57f780 100644 --- a/AbstractInterface.cpp +++ b/AbstractInterface.cpp @@ -172,6 +172,9 @@ int AbstractInterface::typeFromString(const QString &_type) { else if (_type == "natural") { ret = Natural; } + else if (_type == "inherited") { + ret = Inherited; + } return ret; }