]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_main.h
move some selection related stuff over to textcursor.C
[lyx.git] / src / lyx_main.h
index e8769300feb4e646446f24e53e71938c9186ff7c..6c3cff1867cadb6bed001f6dd59c0363c36c86e4 100644 (file)
 #define LYX_MAIN_H
 
 #include "LString.h"
+#include "errorlist.h"
 
 #include <boost/scoped_ptr.hpp>
 #include <boost/utility.hpp>
 
 #include <csignal>
 
+
 class LyXRC;
 class LastFiles;
 class Buffer;
@@ -60,6 +62,8 @@ private:
        void readEncodingsFile(string const & name);
        /// parsing of non-gui LyX options. Returns true if gui
        bool easyParse(int & argc, char * argv[]);
+       /// shows up a parsing error on screen
+       void printError(ErrorItem const &);
 
        /// has this user started lyx for the first time?
        bool first_start;