]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Help avoiding shortcut clashes by discriminating strings.
[lyx.git] / src / BufferParams.h
index e5a443cb81fbcd622465ca45ab7b18108517bd95..2606e6fc3148de89ccd0198c85b09b331bef000b 100644 (file)
@@ -374,7 +374,8 @@ public:
                                     std::string const & sf, std::string const & tt,
                                     bool const & sc, bool const & osf,
                                     int const & sfscale, int const & ttscale,
-                                    bool const & use_nonlatexfonts) const;
+                                    bool const & use_nonlatexfonts,
+                                    LaTeXFeatures & features) const;
 
        /// get the appropriate cite engine (natbib handling)
        CiteEngine citeEngine() const;