-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.52..v0.2.53 changeset OsmApiChangeset.h
Garret Voltz edited this page Feb 12, 2020
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/io/OsmApiChangeset.h b/hoot-core/src/main/cpp/hoot/core/io/OsmApiChangeset.h
index de3004a..d0695a2 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/OsmApiChangeset.h
+++ b/hoot-core/src/main/cpp/hoot/core/io/OsmApiChangeset.h
@@ -85,6 +85,11 @@ public:
*/
void updateChangeset(const QString& changes);
/**
+ * @brief updateChangeset Update the changeset setting all elements to "uploaded" for the apply test scenario
+ * @param changeset_info - Pointer to the changeset info object
+ */
+ void updateChangeset(const ChangesetInfoPtr& changeset_info);
+ /**
* @brief fixChangeset Update the underlying element to fix changeset upload errors
* @param update - OSM XML from OSM API to fix changeset errors
* @return True if a change was made to fix the changeset