Fix build regression from b3b6251c10

This commit is contained in:
Wojtek Figat
2023-10-04 16:54:50 +02:00
parent bed736a8ee
commit fe9b6d73a8

View File

@@ -2982,9 +2982,9 @@ static void parseGlobalInfo(const Element& root, Scene* scene)
{
if (!node->first_property)
continue;
get_text_property("Original|ApplicationVendor", scene->m_info.AppVendor, UpVector, toInt);
get_text_property("Original|ApplicationName", scene->m_info.AppName, UpVector, toInt);
get_text_property("Original|ApplicationVersion", scene->m_info.AppVersion, UpVector, toInt);
get_text_property("Original|ApplicationVendor", scene->m_info.AppVendor);
get_text_property("Original|ApplicationName", scene->m_info.AppName);
get_text_property("Original|ApplicationVersion", scene->m_info.AppVersion);
}
break;
}