]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetLayout.h
Rationalize the handling of InsetLayout's preamble and requries. That is,
[features.git] / src / insets / InsetLayout.h
index ee5fccaba08835cdc988b865a50842be29f94947..886a6658851dd4edb7388df432b92cc6174fc6ee 100644 (file)
@@ -77,7 +77,7 @@ public:
        ///
        ColorCode bgcolor() const { return bgcolor_; };
        ///
-       std::string preamble() const { return preamble_; };
+       docstring preamble() const { return preamble_; };
        ///
        std::set<std::string> requires() const { return requires_; };
        ///
@@ -124,7 +124,7 @@ private:
        ///
        ColorCode bgcolor_;
        ///
-       std::string preamble_;
+       docstring preamble_;
        ///
        std::set<std::string> requires_;
        ///