From f15975f324be1a9ab06662ea0a883f9cd9c706fd Mon Sep 17 00:00:00 2001 From: Ralf Stephan Date: Tue, 17 Jan 2006 10:16:10 +0000 Subject: applied patch #1348672 from enchanter (bzr r11) --- src/xml/repr-io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xml') 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(); } }; -- cgit v1.2.3