]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.C
more cursor dispatch
[lyx.git] / src / LaTeX.C
index 4230c72c00274e007ee8f99052daaf6ae4cb8902..9fd1f9dbdf6a6618d3323fd3f86e9aa417d52c1e 100644 (file)
@@ -120,7 +120,7 @@ bool operator!=(Aux_Info const & a, Aux_Info const & o)
  * CLASS LaTeX
  */
 
-LaTeX::LaTeX(string const & latex, LatexRunParams const & rp,
+LaTeX::LaTeX(string const & latex, OutputParams const & rp,
             string const & f, string const & p)
        : cmd(latex), file(f), path(p), runparams(rp)
 {