]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsConverter.cpp
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / graphics / GraphicsConverter.cpp
index a9bfdb5fd0a1c2c45cd70dca4ceabac6b59d063f..c5c63b44eee68f7aa9dbd83f3974a777eae6cdd6 100644 (file)
@@ -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"