X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2FRaw%2FTunTapSocketHandle.hh;h=fb5f95f966c0a252d1ea443897eeee9b3ba50cac;hb=0cfb397285c36522faa97c801e6f8332fdd539cf;hp=4301a0f1a977ab4c4b685c1d02d9761870a19347;hpb=088daffdd823ed156b56a99090717b114e1de147;p=senf.git diff --git a/Socket/Protocols/Raw/TunTapSocketHandle.hh b/Socket/Protocols/Raw/TunTapSocketHandle.hh index 4301a0f..fb5f95f 100644 --- a/Socket/Protocols/Raw/TunTapSocketHandle.hh +++ b/Socket/Protocols/Raw/TunTapSocketHandle.hh @@ -121,7 +121,7 @@ namespace senf { std::string ifaceName() const; ///< returns the actual name of the correspondent tap interface private: - mutable unsigned int ifaceIndex_; + mutable unsigned int ifaceIndex_; ///@} };