summaryrefslogtreecommitdiffstats
path: root/src/xml/repr-io.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/repr-io.cpp')
-rw-r--r--src/xml/repr-io.cpp2
1 files changed, 1 insertions, 1 deletions
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();
}
};