aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock_linebreaking.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-09-12 00:35:48 +0200
committerSebastian Geerken <devnull@localhost>2014-09-12 00:35:48 +0200
commit81e52eabc07c79384d89d7d863efe19dd95cbd93 (patch)
tree3a53256db2aa40dc3133f5b1fe07d8f7249fe026 /dw/textblock_linebreaking.cc
parent5b50f9e319263a730843be1aae5dfd7c549e1622 (diff)
Moved some classes to namespace dw::oof.
Diffstat (limited to 'dw/textblock_linebreaking.cc')
-rw-r--r--dw/textblock_linebreaking.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock_linebreaking.cc b/dw/textblock_linebreaking.cc
index 4cb62631..f242d721 100644
--- a/dw/textblock_linebreaking.cc
+++ b/dw/textblock_linebreaking.cc
@@ -1946,7 +1946,7 @@ void Textblock::calcBorders (int lastOofRef, int height)
int y = yOffsetOfPossiblyMissingLine (lines->size ());
for (int i = 0; i < NUM_OOFM; i++) {
- OutOfFlowMgr *oofm = containingBlock[i]->outOfFlowMgr[i];
+ oof::OutOfFlowMgr *oofm = containingBlock[i]->outOfFlowMgr[i];
if (oofm) {
// Consider the example:
//