]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_main.h
fix "make dist" target
[lyx.git] / src / lyx_main.h
index ba840c422f9afcf33536eb7b259d2c24aa1f731e..1c836f6c93d2fb395671120bb7171218c93bc257 100644 (file)
@@ -44,7 +44,7 @@ extern LastFiles * lastfiles; /* we should hopefully be able to move this
 /**
   This is the main LyX object it encapsulates most of the other objects.
 */
-class LyX : public noncopyable {
+class LyX : boost::noncopyable {
 public:
        /// the only allowed constructor
        LyX(int * argc, char * argv[]); // constructor
@@ -61,7 +61,7 @@ private:
        ///
        void runtime();
        ///
-       void init(int * argc, char * argv[], bool);
+       void init(bool);
        ///
        void defaultKeyBindings(kb_keymap * kbmap);
        ///
@@ -75,7 +75,7 @@ private:
        /// Read the ui file `name'
        void ReadUIFile(string const & name);
        /// Read the languages file `name'
-       void ReadLangugesFile(string const & name);
+       void ReadLanguagesFile(string const & name);
        /// Read the encodings file `name'
        void ReadEncodingsFile(string const & name);
         ///