]> git.lyx.org Git - lyx.git/blobdiff - src/converter.h
Restore the version number position on the splash screen
[lyx.git] / src / converter.h
index f0e730f2a8792f943269f879a2eeb328d31d5c30..6350fd5fdc98a623bb10e4af730386053bb309d4 100644 (file)
@@ -144,7 +144,7 @@ private:
        intToFormat(std::vector<int> const & input);
        ///
        bool scanLog(Buffer const & buffer, std::string const & command,
-                    std::string const & filename, ErrorList & errorList);
+                    support::FileName const & filename, ErrorList & errorList);
        ///
        bool runLaTeX(Buffer const & buffer, std::string const & command,
                      OutputParams const &, ErrorList & errorList);
@@ -161,10 +161,13 @@ private:
        Graph G_;
 };
 
-extern Converters converters;
-
-extern Converters system_converters;
+/// The global instance.
+/// Implementation is in lyx_main.C.
+extern Converters & theConverters();
 
+/// The global copy after reading lyxrc.defaults.
+/// Implementation is in lyx_main.C.
+extern Converters & theSystemConverters();
 
 } // namespace lyx