Fix compiling after previous fix in release branch

This commit is contained in:
Julian Eisel
2024-02-12 19:51:56 +01:00
parent 0ffe2d4848
commit 4f68fa453f

View File

@@ -205,7 +205,7 @@ struct AssetEntryReader {
return lookup.lookup(ATTRIBUTE_ENTRIES_LICENSE)->as_string_value()->value();
}
StringRef get_catalog_name() const
StringRefNull get_catalog_name() const
{
return lookup.lookup(ATTRIBUTE_ENTRIES_CATALOG_NAME)->as_string_value()->value();
}