From f0c0ceeda1a21bd265af36f2ceb76793586ae42d Mon Sep 17 00:00:00 2001 From: rgheck Date: Mon, 9 Nov 2009 16:53:40 +0000 Subject: [PATCH] Not so soon, I guess, since that FIXME was from r6305. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31924 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Converter.h | 2 -- src/graphics/GraphicsConverter.cpp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Converter.h b/src/Converter.h index 481968eff1..c5a752004a 100644 --- a/src/Converter.h +++ b/src/Converter.h @@ -72,8 +72,6 @@ public: class Converters { public: /// - typedef std::vector EdgePath; // to be removed SOON - /// typedef std::vector ConverterList; /// typedef ConverterList::const_iterator const_iterator; 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" -- 2.11.4.GIT