Loading isis/src/control/objs/ControlNet/ControlNet.h +2 −1 Original line number Original line Diff line number Diff line Loading @@ -415,7 +415,8 @@ namespace Isis { }; }; struct Connection { struct Connection { int strength = 0; int strength; Connection() : strength(0) {} }; }; typedef boost::adjacency_list<boost::setS, typedef boost::adjacency_list<boost::setS, Loading Loading
isis/src/control/objs/ControlNet/ControlNet.h +2 −1 Original line number Original line Diff line number Diff line Loading @@ -415,7 +415,8 @@ namespace Isis { }; }; struct Connection { struct Connection { int strength = 0; int strength; Connection() : strength(0) {} }; }; typedef boost::adjacency_list<boost::setS, typedef boost::adjacency_list<boost::setS, Loading