summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d8d9534)
raw | patch | inline | side by side (parent: d8d9534)
author | rwst <rwst@users.sourceforge.net> | |
Tue, 17 Jan 2006 10:16:10 +0000 (10:16 +0000) | ||
committer | rwst <rwst@users.sourceforge.net> | |
Tue, 17 Jan 2006 10:16:10 +0000 (10:16 +0000) |
src/xml/repr-io.cpp | patch | blob | history |
diff --git a/src/xml/repr-io.cpp b/src/xml/repr-io.cpp
index 88fae5319b9833ad53d9b104319a0dd9b1c0a6c6..02aca4dc6786730a5ccf28169d733acc54097d11 100644 (file)
--- a/src/xml/repr-io.cpp
+++ b/src/xml/repr-io.cpp
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();
}
};