Commit 0e3d5c52 authored by unknown's avatar unknown

Fix doxygen warning (declaration and definition mismatch).

parent 8f060c1d
......@@ -2398,7 +2398,7 @@ default_set_param_func(Item_param *param,
}
Item_param::Item_param(unsigned pos_in_query_arg) :
Item_param::Item_param(uint pos_in_query_arg) :
strict_type(FALSE),
state(NO_VALUE),
item_result_type(STRING_RESULT),
......
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