]> git.lyx.org Git - lyx.git/blobdiff - src/support/SystemcallPrivate.h
listerrors.lyx : Update a link.
[lyx.git] / src / support / SystemcallPrivate.h
index ee8aeb164cb9f964632b75ce970c70d74882ff04..09ccfb61627511454fc751b695e29eda48855504 100644 (file)
@@ -32,7 +32,7 @@ class SystemcallPrivate : public QObject
        Q_OBJECT
 
 public:
-       SystemcallPrivate(std::string const & outfile);
+       SystemcallPrivate(std::string const & outfile, std::string const & errfile);
        ~SystemcallPrivate();
 
        enum State {
@@ -75,7 +75,7 @@ private:
        ///
        std::string out_file_;
        ///
-       std::string texinputs_;
+       std::string err_file_;
 
        /// Size of buffers.
        static size_t const buffer_size_ = 200;