Get previous commit to actually compile :)

This commit is contained in:
Robin Gareus 2020-08-10 19:18:01 +02:00
parent ac97e5710a
commit 0ddaf3fe68
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -230,7 +230,7 @@ PresentationInfo::get_flags2X3X (XMLNode const& node)
{
/* Ardour 2.x and session-format 300x used <Route flags="MasterOut" .. /> */
Flag f;
if (node->get_property (X_("flags"), f)) {
if (node.get_property (X_("flags"), f)) {
return f;
}
return get_flags (node);