A Small mistake in libgdamm-3.99.19



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]