summaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/types.hpp')
-rw-r--r--extras/vom/vom/types.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/vom/vom/types.hpp b/extras/vom/vom/types.hpp
index 7b08d831352..ab214085d16 100644
--- a/extras/vom/vom/types.hpp
+++ b/extras/vom/vom/types.hpp
@@ -289,7 +289,7 @@ std::ostream& operator<<(std::ostream& os, const handle_t& h);
*/
struct mac_address_t
{
- mac_address_t(uint8_t bytes[6]);
+ mac_address_t(const uint8_t bytes[6]);
mac_address_t(const std::string& str);
mac_address_t(std::initializer_list<uint8_t> bytes);
/**