]> git.lyx.org Git - features.git/commitdiff
Paragraph::Private: change TextContainer to docstring; this will enable to use advanc...
authorAbdelrazak Younes <younes@lyx.org>
Wed, 24 Oct 2007 08:50:58 +0000 (08:50 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 24 Oct 2007 08:50:58 +0000 (08:50 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21171 a592a061-630c-0410-9148-cb99ea01b6c8

src/Paragraph.cpp

index 0c5057b61ac5b27e8e0c8383f48c85d251eaabe6..314332f370edebe00feb23c4c5a3bc36ec8b165e 100644 (file)
@@ -203,7 +203,7 @@ public:
        /// end of label
        pos_type begin_of_body_;
 
-       typedef std::vector<char_type> TextContainer;
+       typedef docstring TextContainer;
        ///
        TextContainer text_;
 };