Typedef all globally used export smart pointer types in one file.
[ardour.git] / libs / ardour / export_filename.cc
index 7034600c8a082ea139c659bd6aef4cc8a5d1e357..d5309bd535d46a611a70b35e0f69b4933e693ded 100644 (file)
@@ -139,7 +139,7 @@ ExportFilename::set_state (const XMLNode & node)
 }
 
 string
-ExportFilename::get_path (FormatPtr format) const
+ExportFilename::get_path (ExportFormatSpecPtr format) const
 {
        string path = folder;
        bool filename_empty = true;