summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_handler.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-01-25 21:14:51 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-01-25 21:14:51 +0000
commit18bc80a01c7154569f49d4c33b92e5753b65b438 (patch)
tree7b0f763e596da786bb6828aa11970baf43a11e80 /libs/ardour/ardour/export_handler.h
parentf2e542afe7de8487eafeb38d9e5f10724840ce31 (diff)
toc filename handling patch from andreas r.
git-svn-id: svn://localhost/ardour2/branches/3.0@11352 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/export_handler.h')
-rw-r--r--libs/ardour/ardour/export_handler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/ardour/export_handler.h b/libs/ardour/ardour/export_handler.h
index 025ab06313..7af4755350 100644
--- a/libs/ardour/ardour/export_handler.h
+++ b/libs/ardour/ardour/export_handler.h
@@ -185,7 +185,8 @@ class ExportHandler : public ExportElementFactory
void write_index_info_toc (CDMarkerStatus & status);
void frames_to_cd_frames_string (char* buf, framepos_t when);
- std::string cd_marker_file_escape_string (const std::string&);
+ std::string toc_escape_cdtext (const std::string&);
+ std::string toc_escape_filename (const std::string&);
int cue_tracknum;
int cue_indexnum;