mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-14 17:40:26 -05:00
Add new verifier to handle identifiers and update codegen to be able to use them (closes #2522)
This commit is contained in:
@@ -39,7 +39,7 @@ namespace {
|
||||
struct [[codegen::Dictionary(HttpSynchronization)]] Parameters {
|
||||
// The unique identifier for this resource that is used to request a set of files
|
||||
// from the synchronization servers
|
||||
std::string identifier;
|
||||
std::string identifier [[codegen::identifier()]];
|
||||
|
||||
// The version of this resource that should be requested
|
||||
int version;
|
||||
|
||||
Reference in New Issue
Block a user