diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-05-27 13:27:11 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-05-27 13:27:11 -0400 |
commit | 037c25162ba7a36e600f4e1366a206e4abf05020 (patch) | |
tree | 729c706e72c8d9b4a21e13bccde27195da8efee2 /dw/layout.hh | |
parent | 9b72578eab16832c7bf70984fb528339a3994e32 (diff) |
Make sources fit in 80 columns
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; |