mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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
This commit is contained in:
parent
853199c0ce
commit
bd47bb4fd5
@ -71,8 +71,6 @@ public:
|
||||
///
|
||||
class Converters {
|
||||
public:
|
||||
///
|
||||
typedef std::vector<int> EdgePath; // to be removed SOON
|
||||
///
|
||||
typedef std::vector<Converter> ConverterList;
|
||||
///
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user