X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeXFeatures.h;h=48524f30a26070ba29bc164fddcea52848df84f1;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=84e43dbbe2b01da12d5bac27967523feb2592cd2;hpb=354fb450c2c0e63dc96c1764bbbc5233ecae21d9;p=lyx.git diff --git a/src/LaTeXFeatures.h b/src/LaTeXFeatures.h index 84e43dbbe2..48524f30a2 100644 --- a/src/LaTeXFeatures.h +++ b/src/LaTeXFeatures.h @@ -54,7 +54,7 @@ public: /// std::string const getBabelOptions() const; /// The definitions needed by the document's textclass - std::string const getTClassPreamble() const; + docstring const getTClassPreamble() const; /// The sgml definitions needed by the document (docbook) docstring const getLyXSGMLEntities() const; /// The SGML Required to include the files added with includeFile();