diff options
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dw/table.hh b/dw/table.hh index c6f23259..db546f2a 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -471,9 +471,9 @@ protected: bool isBlockLevel (); - Widget *drawLevel (core::View *view, core::Rectangle *area, - core::StackingIteratorStack *iteratorStack, - int majorLevel); + void drawLevel (core::View *view, core::Rectangle *area, + core::StackingIteratorStack *iteratorStack, + Widget **interruptedWidget, int majorLevel); //bool buttonPressImpl (core::EventButton *event); //bool buttonReleaseImpl (core::EventButton *event); |