X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeXFeatures.h;h=91165ad7f033e9e0b6e584804dbc2d4821719718;hb=a235c8b10f71c3d77930ba0fb3270991b1134203;hp=5e6ff72c565b86a48e8ad858d4cbd22b4d16b195;hpb=45a03f4f67bb00f8142e465c615f348f0622eb32;p=lyx.git diff --git a/src/LaTeXFeatures.h b/src/LaTeXFeatures.h index 5e6ff72c56..91165ad7f0 100644 --- a/src/LaTeXFeatures.h +++ b/src/LaTeXFeatures.h @@ -21,9 +21,9 @@ #include #include "LString.h" +#include "layout.h" class BufferParams; -class LyXTextClass; struct Language; /** The packages and commands that a buffer needs. This struct @@ -34,7 +34,7 @@ struct Language; */ struct LaTeXFeatures { /// - LaTeXFeatures(BufferParams const &, int n) ; + LaTeXFeatures(BufferParams const &, LyXTextClass::size_type n) ; /// The packaes needed by the document string const getPackages(); /// The macros definitions needed by the document