Commit cf8927e9 authored by Sergei Petrunia's avatar Sergei Petrunia

Fix the previous cset: next() should have element_count as parameter

parent b6121ca3
......@@ -141,7 +141,7 @@ class Histogram_json_builder : public Histogram_builder
@return
0 - OK
*/
int next(void *elem, longlong elem_cnt) override
int next(void *elem, element_count elem_cnt) override
{
counters.next(elem, elem_cnt);
ulonglong count= counters.get_count();
......
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