diff options
Diffstat (limited to 'dw/layout.hh')
-rw-r--r-- | dw/layout.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/layout.hh b/dw/layout.hh index dc9bf227..0ac1ea5b 100644 --- a/dw/layout.hh +++ b/dw/layout.hh @@ -152,7 +152,8 @@ private: bool scrollIdleNotInterrupted; /* Anchors of the widget tree */ - lout::container::typed::HashTable <lout::object::String, Anchor> *anchorsTable; + lout::container::typed::HashTable <lout::object::String, Anchor> + *anchorsTable; SelectionState selectionState; FindtextState findtextState; |