]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
listerrors.lyx : Update a link.
[lyx.git] / src / OutputParams.h
index 50009ebbbcf6461b261188bbcb29c16a93cdde51..5f57ac1f830a2509b96746e019ea6a0eb907e1f5 100644 (file)
@@ -28,6 +28,7 @@ class Language;
 class OutputParams {
 public:
        enum FLAVOR {
+               DVILUATEX,
                LATEX,
                LUATEX,
                PDFLATEX,
@@ -250,6 +251,9 @@ public:
        
        /// Include all children notwithstanding the use of \includeonly
        bool includeall;
+
+       /// Explicit output folder, if any is desired
+       std::string export_folder;
 };