summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_handler.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-01-23 17:16:53 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-01-23 17:16:53 +0000
commitcbaa0d472e86840e7c93791b354468b2c0e75a7d (patch)
tree91c9fc548cd374cd8903b13ee7b6730447262498 /libs/ardour/ardour/export_handler.h
parentd9998950186fa6ab18e39ea7f447a0d66d4ecc4b (diff)
fix up escaping of strings in TOC files (suggested by andreas ruge)
git-svn-id: svn://localhost/ardour2/branches/3.0@11313 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 6fb67bc414..b4cbd034f3 100644
--- a/libs/ardour/ardour/export_handler.h
+++ b/libs/ardour/ardour/export_handler.h
@@ -185,6 +185,7 @@ class ExportHandler : public ExportElementFactory
void write_index_info_toc (CDMarkerStatus & status);
void frames_to_cd_frames_string (char* buf, framepos_t when);
+ std::string toc_escape_string (const std::string&);
int cue_tracknum;
int cue_indexnum;