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