diff options
Diffstat (limited to 'dw/layout.hh')
-rw-r--r-- | dw/layout.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/layout.hh b/dw/layout.hh index 39ff74db..63c3ed04 100644 --- a/dw/layout.hh +++ b/dw/layout.hh @@ -172,7 +172,7 @@ private: Platform *platform; View *view; Widget *topLevel, *widgetAtPoint; - lout::container::typed::Vector<QueueResizeItem> *queueQueueResizeList; + lout::container::typed::Stack<QueueResizeItem> *queueQueueResizeList; lout::container::typed::Vector<Widget> *queueResizeList; /* The state, which must be projected into the view. */ |