mirror of https://github.com/libAthena/athena.git
writeVal not a template function
This commit is contained in:
parent
25de226e65
commit
ffca1f1897
|
@ -1068,7 +1068,7 @@ protected:
|
|||
template <typename T>
|
||||
IStreamWriter& operator<<(IStreamWriter& lhs, const T& rhs)
|
||||
{
|
||||
lhs.writeVal<T>(rhs);
|
||||
lhs.writeVal(rhs);
|
||||
return lhs;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue