Skip to content

v0.2.54..v0.2.55 changeset OsmApiChangesetElement.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/io/OsmApiChangesetElement.h b/hoot-core/src/main/cpp/hoot/core/io/OsmApiChangesetElement.h
index af0c6e2..8cf56b1 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/OsmApiChangesetElement.h
+++ b/hoot-core/src/main/cpp/hoot/core/io/OsmApiChangesetElement.h
@@ -147,7 +147,7 @@ protected:
    * @param value String value
    * @return XML ecoded string
    */
-  QString& escapeString(QString& value) const;
+  QString escapeString(const QString& value) const;
   /**
    * @brief diffElement Compare (diff) two elements, this and element, adding diff output to the
    *   text streams
Clone this wiki locally