From 549019d17748f165f3c71e0e5e5072cd5f9a7141 Mon Sep 17 00:00:00 2001 From: rwst Date: Tue, 17 Jan 2006 10:16:10 +0000 Subject: [PATCH] applied patch #1348672 from enchanter --- src/xml/repr-io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } }; -- 2.30.2