From: rwst Date: Tue, 17 Jan 2006 10:16:10 +0000 (+0000) Subject: applied patch #1348672 from enchanter X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=549019d17748f165f3c71e0e5e5072cd5f9a7141;p=inkscape.git applied patch #1348672 from enchanter --- diff --git a/src/xml/repr-io.cpp b/src/xml/repr-io.cpp index 88fae5319..02aca4dc6 100644 --- a/src/xml/repr-io.cpp +++ b/src/xml/repr-io.cpp @@ -279,7 +279,7 @@ sp_repr_read_mem (const gchar * buffer, gint length, const gchar *default_ns) namespace Inkscape { struct compare_quark_ids { - bool operator()(Glib::QueryQuark const &a, Glib::QueryQuark const &b) { + bool operator()(Glib::QueryQuark const &a, Glib::QueryQuark const &b) const { return a.id() < b.id(); } };