]> git.lyx.org Git - features.git/blobdiff - src/BufferParams.h
Copy modules into the Advanced F&R pane as well.
[features.git] / src / BufferParams.h
index 0fbc2e707a106a4a1bd1fb676b24a5e31fca40b7..37041edfa905cd0e2438c73a8ead83a5b17fd4bf 100644 (file)
@@ -546,6 +546,10 @@ public:
        bool setLanguage(std::string const & lang);
        ///
        void invalidateConverterCache() const;
+       /// Copies over some of the settings from \param bp,
+       /// namely the ones need by Advanced F&R. We don't want
+       /// to copy them all, e.g., not the default master.
+       void copyForAdvFR(BufferParams const & bp);
 
 private:
        ///
@@ -614,7 +618,6 @@ private:
                static void destroy(Impl *);
        };
        support::copied_ptr<Impl, MemoryTraits> pimpl_;
-
 };
 
 } // namespace lyx