Fix doxygen warning (declaration and definition mismatch).

This commit is contained in:
unknown 2007-08-16 17:59:12 +04:00
parent 8f060c1d73
commit 0e3d5c52a1

View File

@ -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),