mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 04:49:12 -06:00
Use existing codegen::private (closes #3433)
This commit is contained in:
@@ -46,7 +46,7 @@ namespace {
|
||||
};
|
||||
|
||||
struct [[codegen::Dictionary(ScreenSpaceDashboard)]] Parameters {
|
||||
std::optional<std::string> identifier;
|
||||
std::optional<std::string> identifier [[codegen::private()]];
|
||||
|
||||
// [[codegen::verbatim(UseMainInfo.description)]]
|
||||
std::optional<bool> useMainDashboard;
|
||||
|
||||
Reference in New Issue
Block a user