diff --git a/src/Exporter.cpp b/src/Exporter.cpp index 61deae5..3b430c2 100644 --- a/src/Exporter.cpp +++ b/src/Exporter.cpp @@ -51,7 +51,7 @@ void TSVExporter::exportShapes(const boost::filesystem::path& inputFilePath, con } // Output closed mouth with end time - outputStream << formatDuration(shapes.getRange().getEnd()) << "\t" << Shape::A << "\n"; + outputStream << formatDuration(shapes.getRange().getEnd()) << "\t" << Shape::X << "\n"; } void XMLExporter::exportShapes(const boost::filesystem::path& inputFilePath, const ContinuousTimeline& shapes, std::ostream& outputStream) {