X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_main.h;h=6c53bc6a01dd8ee1c2f853a0cf2b9c1c8b572c53;hb=e5a46922e916a06ad1b958d5895cc3cfb4f13d2c;hp=b4f3c0ddb4e0ec03f95bddb25a934061df158862;hpb=9a600f0e3027e84d6b9be41d5521a1bd5ad340df;p=lyx.git diff --git a/src/lyx_main.h b/src/lyx_main.h index b4f3c0ddb4..6c53bc6a01 100644 --- a/src/lyx_main.h +++ b/src/lyx_main.h @@ -149,8 +149,11 @@ private: bool readUIFile(std::string const & name, bool include = false); /// read the given languages file bool readLanguagesFile(std::string const & name); - /// read the given encodings file - bool readEncodingsFile(std::string const & name); + /// read the encodings. + /// \param enc_name encodings definition file + /// \param symbols_name unicode->LaTeX mapping file + bool readEncodingsFile(std::string const & enc_name, + std::string const & symbols_name); /// parsing of non-gui LyX options. void easyParse(int & argc, char * argv[]); /// shows up a parsing error on screen @@ -169,6 +172,7 @@ private: friend Mover const & getMover(std::string const & fmt); friend void setMover(std::string const & fmt, std::string const & command); friend Movers & theSystemMovers(); + friend frontend::Application * theApp(); }; } // namespace lyx