Fix compilation on windows part 2

This commit is contained in:
Sergei Petrunia 2021-09-04 17:54:07 +03:00
parent 1861a2a2cd
commit 716c98b15d

View file

@ -61,7 +61,7 @@ public:
*/
uint get_size() override
{
return size;
return (uint)size;
}
void init_for_collection(MEM_ROOT *mem_root, Histogram_type htype_arg,