diff --git a/src/Converter.h b/src/Converter.h index 481968eff1..c5a752004a 100644 --- a/src/Converter.h +++ b/src/Converter.h @@ -71,8 +71,6 @@ public: /// class Converters { public: - /// - typedef std::vector EdgePath; // to be removed SOON /// typedef std::vector ConverterList; /// diff --git a/src/graphics/GraphicsConverter.cpp b/src/graphics/GraphicsConverter.cpp index a9bfdb5fd0..c5c63b44ee 100644 --- a/src/graphics/GraphicsConverter.cpp +++ b/src/graphics/GraphicsConverter.cpp @@ -260,7 +260,7 @@ static void build_script(FileName const & from_file, { LASSERT(from_format != to_format, /**/); LYXERR(Debug::GRAPHICS, "build_script ... "); - typedef Converters::EdgePath EdgePath; + typedef Graph::EdgePath EdgePath; script << "#!/usr/bin/env python\n" "# -*- coding: utf-8 -*-\n"