X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp-api%2Fvom%2Fhw.hpp;h=ef34a4c45428110ea2817f18fa57eb955157ee7a;hb=fd67ece3d3eda0bd896aaa166d89b4f8e7f4e98f;hp=00ab2d647f10192d1192c2811a608688e0de2c8c;hpb=e4bb5bc7c153ec1b26abae00461aaf19f5541419;p=vpp.git diff --git a/src/vpp-api/vom/hw.hpp b/src/vpp-api/vom/hw.hpp index 00ab2d647f1..ef34a4c4542 100644 --- a/src/vpp-api/vom/hw.hpp +++ b/src/vpp-api/vom/hw.hpp @@ -54,7 +54,8 @@ public: * Constructor */ item() - : item_rc(rc_t::UNSET) + : item_data() + , item_rc(rc_t::UNSET) { } @@ -62,7 +63,8 @@ public: * Constructor */ item(rc_t rc) - : item_rc(rc) + : item_data() + , item_rc(rc) { }