mesh: Fix GCC 8 compiler warning

This commit is contained in:
Natale Patriciello
2018-05-15 22:20:41 +02:00
parent 0ea5aa6c8b
commit 93b586ef09

View File

@@ -206,7 +206,7 @@ IeBeaconTiming::operator== (WifiInformationElement const & a) const
}
return true;
}
catch (std::bad_cast)
catch (std::bad_cast&)
{
return false;
}