]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_main.h
Minimal fix needed to give Qt a label dialog again.
[lyx.git] / src / lyx_main.h
index 7cffdde9135c3aa974e5b31d76158cecdd98df27..f3b0f3c3b900a5554f4434e2685baf2a3d0e88ad 100644 (file)
 #ifndef LYX_MAIN_H
 #define LYX_MAIN_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "LString.h"
 
 #include <boost/scoped_ptr.hpp>
@@ -64,7 +60,7 @@ private:
        void readEncodingsFile(string const & name);
        /// parsing of non-gui LyX options. Returns true if gui
        bool easyParse(int & argc, char * argv[]);
+
        /// has this user started lyx for the first time?
        bool first_start;
        /// the parsed command line batch command if any