From 110311e1860d6fb18b1985ca47f33126ae69f678 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 23 Apr 2011 03:34:42 +0000 Subject: Re-fix compile failure with --no-nls (#3111). git-svn-id: svn://localhost/ardour2/branches/3.0@9415 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/send.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/send.cc') diff --git a/libs/ardour/send.cc b/libs/ardour/send.cc index 57c8500454..2ec9a10bda 100644 --- a/libs/ardour/send.cc +++ b/libs/ardour/send.cc @@ -196,7 +196,7 @@ Send::set_state_2X (const XMLNode& node, int /* version */) return -1; } - XMLProperty const * prop = (*j)->property X_("name"); + XMLProperty const * prop = (*j)->property (X_("name")); if (!prop) { return -1; } -- cgit v1.2.3