mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 10:40:09 -06:00
Add new verifier to handle identifiers and update codegen to be able to use them (closes #2522)
This commit is contained in:
@@ -43,7 +43,7 @@ namespace {
|
||||
|
||||
// This identifier will be part of the used folder structure and, can be used to
|
||||
// manually find the downloaded folder in the synchronization folder
|
||||
std::string identifier;
|
||||
std::string identifier [[codegen::identifier()]];
|
||||
|
||||
// If this value is set to 'true' and it is not overwritten by the global
|
||||
// settings, the file(s) pointed to by this URLSynchronization will always be
|
||||
|
||||
Reference in New Issue
Block a user