Commit 716c98b1 authored by Sergei Petrunia's avatar Sergei Petrunia

Fix compilation on windows part 2

parent 1861a2a2
...@@ -61,7 +61,7 @@ class Histogram_json_hb : public Histogram_base ...@@ -61,7 +61,7 @@ class Histogram_json_hb : public Histogram_base
*/ */
uint get_size() override uint get_size() override
{ {
return size; return (uint)size;
} }
void init_for_collection(MEM_ROOT *mem_root, Histogram_type htype_arg, void init_for_collection(MEM_ROOT *mem_root, Histogram_type htype_arg,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment