In the file sqlbuilder.cc line 72 we have guint SqlBuilder::add_cond(SqlOperatorType op, const Glib::ArrayHandle<uint>& op_ids)
A small mistake in the line as all knows the correct one would be
guint SqlBuilder::add_cond(SqlOperatorType op, const
Glib::ArrayHandle<guint>& op_ids)
Please fix this small mistake.
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list
