More native func work

This commit is contained in:
MetricExpansion 2022-10-10 22:04:35 -07:00
parent e6fdde028e
commit e141c8370e
3 changed files with 49 additions and 9 deletions

View file

@ -46,7 +46,7 @@ namespace SlotPolicy {
std::string code;
std::int32_t sortOrder;
bool advanced;
std::string translationKey() {
std::string translationKey() const {
return "$SkyOutSys_Desc_PolicyName_" + code;
}
};