]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
enable building of shared libraries. reduces final linktime. also combine boost stuff...
[lyx.git] / src / Text.h
index 5ab0864d7f9f7831116124210e058cded51ec039..447900c43f4c8714befc159f059cd548169da87d 100644 (file)
@@ -81,10 +81,10 @@ public:
 
        /// set layout over selection
        void setLayout(Buffer const & buffer, pit_type start, pit_type end,
-               std::string const & layout);
+               docstring const & layout);
        /// Set given layout to current cursor position.
        /// FIXME: replace Cursor with DocIterator.
-       void setLayout(Cursor & cur, std::string const & layout);
+       void setLayout(Cursor & cur, docstring const & layout);
 
        /// what type of depth change to make
        enum DEPTH_CHANGE {