diff options
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/table.hh b/dw/table.hh index 502b1332..c6f23259 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -472,7 +472,7 @@ protected: bool isBlockLevel (); Widget *drawLevel (core::View *view, core::Rectangle *area, - lout::container::untyped::Stack *iterator, + core::StackingIteratorStack *iteratorStack, int majorLevel); //bool buttonPressImpl (core::EventButton *event); |