]> git.lyx.org Git - lyx.git/blobdiff - src/ImportLaTeX.C
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / ImportLaTeX.C
index cddd0d75e51354388d9501537675867a41aaea95..0a38e96c3ce75164881d4f77960e9b52548f67b1 100644 (file)
@@ -42,7 +42,7 @@ Buffer * ImportLaTeX::run()
        string tmp = lyxrc->relyx_command + " -f " + file;
         Systemcalls one;
        Buffer * buf = 0;
-       int result= one.Startscript(Systemcalls::System, tmp);
+       int result= one.startscript(Systemcalls::System, tmp);
        if (result==0) {
                string filename = ChangeExtension(file, ".lyx", false);
                // File was generated without problems. Load it.