Fix Travis compiling

This commit is contained in:
Raul Tambre 2014-11-21 15:52:01 +02:00
parent cdfef3bf9e
commit 16b4b9bf40
9 changed files with 15 additions and 15 deletions

View file

@ -820,5 +820,5 @@ __forceinline Tto convert_le_be(Tfrom&& value)
template<typename Tto, typename Tfrom>
__forceinline void convert_le_be(Tto& dst, Tfrom&& src)
{
dst = convert_le_be_t<Tto, Tfrom>::func(src)
dst = convert_le_be_t<Tto, Tfrom>::func(src);
}