Use existing codegen::private (closes #3433)

This commit is contained in:
Alexander Bock
2025-01-15 11:19:00 +01:00
parent 6a1abf25d6
commit b16327f90a

View File

@@ -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;