X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetLayout.h;h=886a6658851dd4edb7388df432b92cc6174fc6ee;hb=658457b8474fcef68cc385ab7e3e88ca19b60aac;hp=ee5fccaba08835cdc988b865a50842be29f94947;hpb=d3ff1d16e309020e8a95fd704bffacd7fd57f5c5;p=features.git diff --git a/src/insets/InsetLayout.h b/src/insets/InsetLayout.h index ee5fccaba0..886a665885 100644 --- a/src/insets/InsetLayout.h +++ b/src/insets/InsetLayout.h @@ -77,7 +77,7 @@ public: /// ColorCode bgcolor() const { return bgcolor_; }; /// - std::string preamble() const { return preamble_; }; + docstring preamble() const { return preamble_; }; /// std::set requires() const { return requires_; }; /// @@ -124,7 +124,7 @@ private: /// ColorCode bgcolor_; /// - std::string preamble_; + docstring preamble_; /// std::set requires_; ///