X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Ftypes.cpp;h=a67a7f360f96dfb9397cae7a9ccce89f98e0c0a5;hb=8c8acc0;hp=c6093ebd15df4e7409f50c7f8042e2e1f0451dfc;hpb=164e5f8c63652028ecb9c3570e1ea8618b163071;p=vpp.git diff --git a/extras/vom/vom/types.cpp b/extras/vom/vom/types.cpp index c6093ebd15d..a67a7f360f9 100644 --- a/extras/vom/vom/types.cpp +++ b/extras/vom/vom/types.cpp @@ -109,7 +109,7 @@ operator<<(std::ostream& os, const handle_t& h) return (os); } -mac_address_t::mac_address_t(uint8_t b[6]) +mac_address_t::mac_address_t(const uint8_t b[6]) { std::copy(b, b + 6, std::begin(bytes)); }