summaryrefslogtreecommitdiff
path: root/libs/ardour/session_metadata.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-04-19 15:07:16 +0000
committerCarl Hetherington <carl@carlh.net>2012-04-19 15:07:16 +0000
commitf4db0d07f91482c1e9b17a806727f4391205acd7 (patch)
treed6f9fa9a915ffd8bb07bf7b969eb020712606839 /libs/ardour/session_metadata.cc
parentbcb2f4f12392739279634772570d38492ded23f7 (diff)
Fix warning.
git-svn-id: svn://localhost/ardour2/branches/3.0@12030 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_metadata.cc')
-rw-r--r--libs/ardour/session_metadata.cc2
1 files changed, 1 insertions, 1 deletions
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", ""));