mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-10 15:28:36 -05:00
Include the version number in the uid of the HttpSynchronization (closes #2081)
This commit is contained in:
@@ -245,4 +245,8 @@ void UrlSynchronization::cancel() {
|
||||
_state = State::Unsynced;
|
||||
}
|
||||
|
||||
std::string UrlSynchronization::generateUid() {
|
||||
return _identifier;
|
||||
}
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
Reference in New Issue
Block a user