dbms: development [#CONV-2944].

This commit is contained in:
Alexey Milovidov 2011-09-25 05:29:13 +00:00
parent 13d0b57ca3
commit a164a11d10

View File

@ -440,7 +440,7 @@ class FunctionUnaryArithmetic : public IFunction
{
private:
template <typename T0>
bool checkType(const DataTypes & arguments, DataTypePtr result) const
bool checkType(const DataTypes & arguments, DataTypePtr & result) const
{
if (dynamic_cast<const T0 *>(&*arguments[0]))
{