summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-01-17 10:16:10 +0000
committerrwst <rwst@users.sourceforge.net>2006-01-17 10:16:10 +0000
commitf15975f324be1a9ab06662ea0a883f9cd9c706fd (patch)
tree588b2a15a66efc2089052df54c6c59f49c734ee3 /src/xml
parentapplying patch #1407697 by Marco Scholten (diff)
downloadinkscape-f15975f324be1a9ab06662ea0a883f9cd9c706fd.tar.gz
inkscape-f15975f324be1a9ab06662ea0a883f9cd9c706fd.zip
applied patch #1348672 from enchanter
(bzr r11)
Diffstat (limited to 'src/xml')
-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();
}
};