SessionFile source restore version snapshot from UI

This commit is contained in:
Bruno Herbelin
2022-04-10 00:50:31 +02:00
parent 220df8918c
commit aae1915519
4 changed files with 75 additions and 6 deletions

View File

@@ -41,7 +41,6 @@
#endif
#define HISTORY_NODE(i) std::to_string(i).insert(0,1,'H')
#define SNAPSHOT_NODE(i) std::to_string(i).insert(0,1,'S')
using namespace tinyxml2;