]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlayout.h
hopefully fix tex2lyx linking.
[lyx.git] / src / lyxlayout.h
index d8d84a1aedf75a3d8a93a4dab9faea9008b6eef5..2d12777bf6b48d09114c234b1393a92627c7f219 100644 (file)
@@ -63,7 +63,7 @@ public:
        ///
        lyx::docstring const & endlabelstring() const { return endlabelstring_; }
        ///
-       std::string const & preamble() const { return preamble_; }
+       docstring const & preamble() const { return preamble_; }
        ///
        std::string const & latexparam() const { return latexparam_; }
        ///
@@ -226,7 +226,7 @@ private:
        /// Internal tag to surround the item text in a list)
        std::string itemtag_;
        /// Macro definitions needed for this layout
-       std::string preamble_;
+       docstring preamble_;
 };