Commit d894f233 authored by unknown's avatar unknown

- portability fix: fix compile bug on HP-UX (thanks to acurtis for the

   patch)
  (BUG#1440: Redundant class name confusing hpux compiler)

parent 0d28ff84
......@@ -322,7 +322,7 @@ class Item_param :public Item
bool long_data_supplied;
uint pos_in_query;
Item_param::Item_param(uint position)
Item_param(uint position)
{
name= (char*) "?";
pos_in_query= position;
......
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