diff --git a/common/project/net_settings.cpp b/common/project/net_settings.cpp index cd84f0e396..faa4eeaf49 100644 --- a/common/project/net_settings.cpp +++ b/common/project/net_settings.cpp @@ -76,8 +76,9 @@ NET_SETTINGS::NET_SETTINGS( JSON_SETTINGS* aParent, const std::string& aPath ) : } netJson["nets"] = membersJson; - ret.push_back( netJson ); } + + ret.push_back( netJson ); } return ret;