]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Cmake build:
[lyx.git] / src / Buffer.h
index 8873471b4fba3082c634bac5bef6841eb41d961c..246e1ced0fde3cd997612d7f27246dc1c1cf8b85 100644 (file)
@@ -589,7 +589,8 @@ public:
        /// get source code (latex/docbook) for some paragraphs, or all paragraphs
        /// including preamble
        void getSourceCode(odocstream & os, std::string const format,
-                          pit_type par_begin, pit_type par_end, OutputWhat output) const;
+                          pit_type par_begin, pit_type par_end, OutputWhat output,
+                          bool master) const;
 
        /// Access to error list.
        /// This method is used only for GUI visualisation of Buffer related