Fix after merge.

This commit is contained in:
unknown 2006-11-06 20:41:18 -05:00
parent 8f8ee04b14
commit 31a3edf1e2

View file

@ -430,6 +430,7 @@ public:
my_decimal *decimal_op(my_decimal *);
const char *func_name() const { return "%"; }
void result_precision();
void fix_length_and_dec();
};