]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.h
Fix fuer #209
[lyx.git] / src / LaTeX.h
index 151098528eda2f1e2fadc6b75983257aec924bca..937870a70368e8b90d6fe4fad7284b7ba2fc0a20 100644 (file)
@@ -203,6 +203,9 @@ protected:
 
        /// used by scanLogFile
        int num_errors;
+       
+       /// The name of the final output file.
+       string output_file;
 };
 
 #endif