summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_graph_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/export_graph_builder.h')
-rw-r--r--libs/ardour/ardour/export_graph_builder.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/ardour/ardour/export_graph_builder.h b/libs/ardour/ardour/export_graph_builder.h
index 444f1ae659..bce6838d02 100644
--- a/libs/ardour/ardour/export_graph_builder.h
+++ b/libs/ardour/ardour/export_graph_builder.h
@@ -51,7 +51,6 @@ class ExportGraphBuilder
{
private:
typedef ExportHandler::FileSpec FileSpec;
- typedef ExportElementFactory::FilenamePtr FilenamePtr;
typedef boost::shared_ptr<AudioGrapher::Sink<Sample> > FloatSinkPtr;
typedef boost::shared_ptr<AudioGrapher::IdentityVertex<Sample> > IdentityVertexPtr;
@@ -90,7 +89,7 @@ class ExportGraphBuilder
void copy_files (std::string orig_path);
FileSpec config;
- std::list<FilenamePtr> filenames;
+ std::list<ExportFilenamePtr> filenames;
PBD::ScopedConnection copy_files_connection;
// Only one of these should be available at a time