diff --git a/src/mainwindow.h b/src/mainwindow.h index b40fddc..581dbe1 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -160,7 +160,7 @@ public: out << boost::any_cast(optionValue); }else if(isType(optionValue)) { out << boost::any_cast(optionValue); - }if(isType(optionValue)) { + }else if(isType(optionValue)) { out << boost::any_cast(optionValue); }else if(isType(optionValue)) { out << boost::any_cast(optionValue);