]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
tex2lyx/preamble.cpp: revert r39962 (the string initialization was already reverted)
[lyx.git] / src / OutputParams.h
index 1a7326ddd8b52bb1a2d893e92456db816bbbc661..5f57ac1f830a2509b96746e019ea6a0eb907e1f5 100644 (file)
@@ -251,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;
 };