diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-01-17 10:16:10 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-01-17 10:16:10 +0000 |
| commit | f15975f324be1a9ab06662ea0a883f9cd9c706fd (patch) | |
| tree | 588b2a15a66efc2089052df54c6c59f49c734ee3 /src/xml/repr-io.cpp | |
| parent | applying patch #1407697 by Marco Scholten (diff) | |
| download | inkscape-f15975f324be1a9ab06662ea0a883f9cd9c706fd.tar.gz inkscape-f15975f324be1a9ab06662ea0a883f9cd9c706fd.zip | |
applied patch #1348672 from enchanter
(bzr r11)
Diffstat (limited to 'src/xml/repr-io.cpp')
| -rw-r--r-- | src/xml/repr-io.cpp | 2 |
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(); } }; |
