Commit e8216b44 authored by lenz@kallisto.local's avatar lenz@kallisto.local

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

   patch)
  (BUG#1440: Redundant class name confusing hpux compiler)
parent 1692d2de
......@@ -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