Fixed error

This commit is contained in:
Alexey Milovidov 2019-06-30 22:47:20 +03:00
parent 7c98327e4d
commit 7591c3b7b2

View File

@ -128,7 +128,7 @@ public:
};
void registerFunctionsGeohashEncode(FunctionFactory & factory)
void registerFunctionGeohashEncode(FunctionFactory & factory)
{
factory.registerFunction<FunctionGeohashEncode>();
}