]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/GUIRunTime.h
Small fix from Angus
[lyx.git] / src / frontends / GUIRunTime.h
index 42f6ec10a795d9716e3a467bb6e6198f2fc7f1ea..7b4a8e594d314aa4c766b36b7576ba569ebafebe 100644 (file)
@@ -23,11 +23,16 @@ class LyXView;
 */
 class GUIRunTime {
 public:
+       static
+       int initApplication(int argc, char * argv[]);
        ///
        static
        void processEvents();
        ///
        static
        void runTime();
+       /// This is run first in the LyXGUI constructor.
+       static
+       void setDefaults();
 };
 #endif