]> git.lyx.org Git - lyx.git/blobdiff - src/ImportNoweb.C
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / ImportNoweb.C
index f366387a4ddd289c19cee57173fcb5f52f9c59c1..66071111e375ec7d461dff9ba74c765557559d05 100644 (file)
@@ -37,7 +37,7 @@ Buffer * ImportNoweb::run()
                                        documentclass() + " -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 = file + ".lyx";
                // File was generated without problems. Load it.