From 0ddaf3fe68e7aea3f1ba40c26962a8f2c9e380f8 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 10 Aug 2020 19:18:01 +0200 Subject: [PATCH] Get previous commit to actually compile :) --- libs/ardour/presentation_info.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/presentation_info.cc b/libs/ardour/presentation_info.cc index 0c0f733097..ddbfb258ef 100644 --- a/libs/ardour/presentation_info.cc +++ b/libs/ardour/presentation_info.cc @@ -230,7 +230,7 @@ PresentationInfo::get_flags2X3X (XMLNode const& node) { /* Ardour 2.x and session-format 300x used */ Flag f; - if (node->get_property (X_("flags"), f)) { + if (node.get_property (X_("flags"), f)) { return f; } return get_flags (node);