diff options
author | sgeerken <devnull@localhost> | 2012-07-04 11:14:54 +0200 |
---|---|---|
committer | sgeerken <devnull@localhost> | 2012-07-04 11:14:54 +0200 |
commit | 121d1bba2dd7411d9e9bce30772ab5c5e58b9c2b (patch) | |
tree | f44ca992ed9ece7a78f6fcb3dffa81896c8ec24b /dw/textblock.cc | |
parent | aba2d507488cd138a499802d18eabb1b18a027cb (diff) |
NotSoSimpleVector
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r-- | dw/textblock.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc index b76e909f..c84dfbf5 100644 --- a/dw/textblock.cc +++ b/dw/textblock.cc @@ -65,7 +65,7 @@ Textblock::Textblock (bool limitTextWidth) */ lines = new misc::SimpleVector <Line> (1); nonTemporaryLines = 0; - words = new misc::SimpleVector <Word> (1); + words = new misc::NotSoSimpleVector <Word> (1); anchors = new misc::SimpleVector <Anchor> (1); //DBG_OBJ_SET_NUM(this, "num_lines", num_lines); |