On Sun, 2010-05-02 at 16:24 +0530, sankar bose wrote:
> 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.

Thanks for the report. This has already been fixed in git.

Armin

_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to