aboutsummaryrefslogtreecommitdiff
path: root/dw/alignedtextblock.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/alignedtextblock.hh')
-rw-r--r--dw/alignedtextblock.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/alignedtextblock.hh b/dw/alignedtextblock.hh
index e855f1cc..7bac15bb 100644
--- a/dw/alignedtextblock.hh
+++ b/dw/alignedtextblock.hh
@@ -16,8 +16,8 @@ private:
class List
{
private:
- misc::SimpleVector <AlignedTextblock*> *textblocks;
- misc::SimpleVector <int> *values;
+ lout::misc::SimpleVector <AlignedTextblock*> *textblocks;
+ lout::misc::SimpleVector <int> *values;
int maxValue, refCount;
~List ();