X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetinclude.h;h=591965409b086fa5bf2e73a4ab24444e0adc26ce;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=043f23c27391db9fc8490eef6286d64cdc49fcfb;hpb=5f2e3c4c43f8e1736a2b7654595dfe6c175b4b3b;p=lyx.git diff --git a/src/insets/insetinclude.h b/src/insets/insetinclude.h index 043f23c273..591965409b 100644 --- a/src/insets/insetinclude.h +++ b/src/insets/insetinclude.h @@ -97,7 +97,7 @@ public: /// int linuxdoc(Buffer const *, std::ostream &) const; /// - int docBook(Buffer const *, std::ostream &) const; + int docbook(Buffer const *, std::ostream &) const; /// void validate(LaTeXFeatures &) const; @@ -129,8 +129,8 @@ private: /// the parameters Params params_; - /// - string include_label; + /// holds the entity name that defines the file location (SGML) + string const include_label; };