X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2FRaw%2FTunTapSocketHandle.hh;h=fb5f95f966c0a252d1ea443897eeee9b3ba50cac;hb=5443435c4c2b6e4386c5334b5b8358273f2bae93;hp=4301a0f1a977ab4c4b685c1d02d9761870a19347;hpb=8ac1897a6759df5e28a5d88c1409cc8fdf373920;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_; ///@} };