diff --git a/svf/include/Graphs/WTO.h b/svf/include/Graphs/WTO.h index 633130e35..465c932b2 100644 --- a/svf/include/Graphs/WTO.h +++ b/svf/include/Graphs/WTO.h @@ -415,7 +415,8 @@ template class WTOCycle final : public WTOComponent } /// Get all wto components in WTO cycle - const WTOComponentRefList& getWTOComponents() const { + const WTOComponentRefList& getWTOComponents() const + { return _components; } @@ -585,7 +586,8 @@ template class WTO } /// Get all wto components in WTO - const WTOComponentRefList& getWTOComponents() const { + const WTOComponentRefList& getWTOComponents() const + { return _components; }