From 527630cc9d51b17c7cf5ab6ca257a78a28284f6d Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 17 May 2010 23:23:58 -0700 Subject: use static init lists for the types, some speedup for the fast path related ones, other changes are pointless --- host/include/uhd/types/mac_addr.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/include') diff --git a/host/include/uhd/types/mac_addr.hpp b/host/include/uhd/types/mac_addr.hpp index 034b6a348..0ced2e734 100644 --- a/host/include/uhd/types/mac_addr.hpp +++ b/host/include/uhd/types/mac_addr.hpp @@ -58,7 +58,7 @@ namespace uhd{ private: mac_addr_t(const byte_vector_t &bytes); //private constructor - byte_vector_t _bytes; //internal representation + const byte_vector_t _bytes; //internal representation }; } //namespace uhd -- cgit v1.2.3