X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FRaw%2FLLAddressing.hh;h=d5e07aef114a014afc8309d82d2146b99e1670b6;hb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;hp=0fa5017abfdb025083b7103f76389a327fc4ac8c;hpb=874b9d37b59223d9b0dce3bddafa130045419750;p=senf.git diff --git a/senf/Socket/Protocols/Raw/LLAddressing.hh b/senf/Socket/Protocols/Raw/LLAddressing.hh index 0fa5017..d5e07ae 100644 --- a/senf/Socket/Protocols/Raw/LLAddressing.hh +++ b/senf/Socket/Protocols/Raw/LLAddressing.hh @@ -101,8 +101,8 @@ namespace senf { \throws UnknownInterfaceException if \a iface is not a valid interface name. */ - LLSocketAddress(const LLSocketAddress& other); - LLSocketAddress& operator=(const LLSocketAddress& other); + LLSocketAddress(LLSocketAddress const & other); + LLSocketAddress& operator=(LLSocketAddress const & other); ///@} ///////////////////////////////////////////////////////////////////////////