From f4db0d07f91482c1e9b17a806727f4391205acd7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 19 Apr 2012 15:07:16 +0000 Subject: [PATCH] Fix warning. git-svn-id: svn://localhost/ardour2/branches/3.0@12030 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_metadata.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/session_metadata.cc b/libs/ardour/session_metadata.cc index 8e2a4ca057..00f5d31ed8 100644 --- a/libs/ardour/session_metadata.cc +++ b/libs/ardour/session_metadata.cc @@ -85,7 +85,7 @@ SessionMetadata::SessionMetadata () //map.insert (Property ("album_sort", "")); //map.insert (Property ("album_artist_sort", "")); //map.insert (Property ("artist_sort", "")); - //map.insert (Property ("title_sort", ""));\ + //map.insert (Property ("title_sort", "")); /*** Globals ***/ user_map.insert (Property ("user_name", ""));