summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_handler.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-01-27 19:15:47 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-01-27 19:15:47 +0000
commitd17918e32e36011cff47405243a320197f72c564 (patch)
treea7defc5ce53db4eaf14fa33069cf23abbeb435ae /libs/ardour/ardour/export_handler.h
parentf56bbe2799d3312707de61858af472dbd37388e3 (diff)
patch for CUE file formatting from Andreas Ruge
git-svn-id: svn://localhost/ardour2/branches/3.0@11368 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/export_handler.h')
-rw-r--r--libs/ardour/ardour/export_handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/export_handler.h b/libs/ardour/ardour/export_handler.h
index 7af4755350..c4061684eb 100644
--- a/libs/ardour/ardour/export_handler.h
+++ b/libs/ardour/ardour/export_handler.h
@@ -187,6 +187,7 @@ class ExportHandler : public ExportElementFactory
void frames_to_cd_frames_string (char* buf, framepos_t when);
std::string toc_escape_cdtext (const std::string&);
std::string toc_escape_filename (const std::string&);
+ std::string cue_escape_cdtext (const std::string& txt);
int cue_tracknum;
int cue_indexnum;