mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 00:38:01 +00:00
Paragraph::Private: change TextContainer to docstring; this will enable to use advance algorithms for string searching/splitting/merging without useless data copying etc.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21171 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
92908b6ecf
commit
23f89b8d35
@ -203,7 +203,7 @@ public:
|
||||
/// end of label
|
||||
pos_type begin_of_body_;
|
||||
|
||||
typedef std::vector<char_type> TextContainer;
|
||||
typedef docstring TextContainer;
|
||||
///
|
||||
TextContainer text_;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user