Re: A Small mistake in libgdamm-3.99.19
- From: Armin Burgmeier <armin arbur net>
- To: sankar bose <shankarbose imp gmail com>
- Cc: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: A Small mistake in libgdamm-3.99.19
- Date: Sun, 02 May 2010 13:03:31 +0200
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]