]> AND Private Git Repository - blast.git/blobdiff - AbstractInterface.cpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
corrected some warnings
[blast.git] / AbstractInterface.cpp
index 49a937cc9b09f1424a0e15567acee9e52444a3a6..bdf342d0af7c487ee792fada86dccb33e446aec1 100644 (file)
@@ -169,7 +169,7 @@ QString AbstractInterface::getTypeString() {
 
 int AbstractInterface::typeFromString(const QString &_type) {
 
-  int ret;
+  int ret = Expression; // default type
   if (_type == "expression") {
     ret = Expression;
   }