X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FImportLaTeX.C;h=0a38e96c3ce75164881d4f77960e9b52548f67b1;hb=a858be7332e331e0244e4dba7b0931b6072ffd3d;hp=cddd0d75e51354388d9501537675867a41aaea95;hpb=0eccdd1c3613e5170deb77b22174dd0afde833e9;p=lyx.git diff --git a/src/ImportLaTeX.C b/src/ImportLaTeX.C index cddd0d75e5..0a38e96c3c 100644 --- a/src/ImportLaTeX.C +++ b/src/ImportLaTeX.C @@ -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.