A Small mistake in libgdamm-3.99.19
- From: sankar bose <shankarbose imp gmail com>
- To: gtkmm-list <gtkmm-list gnome org>
- Subject: A Small mistake in libgdamm-3.99.19
- Date: Sun, 2 May 2010 16:24:37 +0530
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]