Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2016-03-24 21:48:46 +0300
committerAlex Zolotarev <alex@maps.me>2016-03-24 22:01:17 +0300
commitb30dd8e1c30ab4fd8ae08b5875eb844e295c6314 (patch)
treea7a6a578847142e7793e5458ad720359cb0d4f0d /editor
parentfb2086bc084e10d4f7a0699483fe55be9ddbd32b (diff)
Getter for Changeset ID.
Diffstat (limited to 'editor')
-rw-r--r--editor/changeset_wrapper.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/changeset_wrapper.hpp b/editor/changeset_wrapper.hpp
index 4081044e94..526f4519a9 100644
--- a/editor/changeset_wrapper.hpp
+++ b/editor/changeset_wrapper.hpp
@@ -53,6 +53,8 @@ public:
/// Throws exceptions from above list.
void Delete(editor::XMLFeature node);
+ uint64_t GetChangesetId() const { return m_changesetId; }
+
private:
/// Unfortunately, pugi can't return xml_documents from methods.
/// Throws exceptions from above list.