]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
Revert "Fix a number of signedness warnings"
[lyx.git] / src / LaTeXFeatures.h
index af27b5c232617d7ad2406d67b5e6d41b985340d1..2cc90cdbacfb3384f9905f0286cbb3a51c6d7851 100644 (file)
@@ -14,7 +14,7 @@
 #define LATEXFEATURES_H
 
 #include "OutputParams.h"
-#include "support/docstring.h"
+#include "support/strfwd.h"
 
 #include <set>
 #include <list>
@@ -142,7 +142,7 @@ public:
        void getFontEncodings(std::vector<std::string> & encodings,
                              bool const onlylangs = false) const;
        ///
-       void useLayout(docstring const & lyt);
+       void useLayout(docstring const & layoutname);
        ///
        void useInsetLayout(InsetLayout const & lay);
        ///