]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_main.h
whitespace changes;
[lyx.git] / src / lyx_main.h
index 2417b149a40f378eb3f183f64407a05ce9755516..fa48772a789357ed63daff3e82bb8db3c76e9993 100644 (file)
@@ -51,6 +51,9 @@ public:
        /// Always is useful a destructor
        ~LyX();
 
+       /// in the case of failure
+       static void emergencyCleanup();
        ///
        LyXGUI * lyxGUI;  // should be only one of this
 private:
@@ -71,13 +74,13 @@ private:
        /** Search for and read the LyXRC file name, return
            true if successfull.
        */
-        bool ReadRcFile(string const & name);
+        bool readRcFile(string const & name);
        /// Read the ui file `name'
-       void ReadUIFile(string const & name);
+       void readUIFile(string const & name);
        /// Read the languages file `name'
-       void ReadLanguagesFile(string const & name);
+       void readLanguagesFile(string const & name);
        /// Read the encodings file `name'
-       void ReadEncodingsFile(string const & name);
+       void readEncodingsFile(string const & name);
         ///
        bool easyParse(int * argc, char * argv[]);
 };