17
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
33
29
virtual ~Comp_creator() {} /* Remove gcc warning */
34
30
virtual Item_bool_func2* create(Item *a, Item *b) const = 0;
35
31
virtual const char* symbol(bool invert) const = 0;