aboutsummaryrefslogtreecommitdiff
path: root/dw/types.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2012-09-14 11:34:19 +0200
committerSebastian Geerken <devnull@localhost>2012-09-14 11:34:19 +0200
commite4367b16dc131f34936bbb8fd09557b5aa5acbd7 (patch)
tree487a35941bf20bbc95a3d0b1dee420b00771f5b6 /dw/types.hh
parentabd446c2eebe1f96764b6d95f1c6c61ae9bc40b2 (diff)
parent94e451ffa5ece79a3b071ee553650bf8bd869a46 (diff)
Merge of <http://hg.dillo.org/dillo>.
Diffstat (limited to 'dw/types.hh')
-rw-r--r--dw/types.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/types.hh b/dw/types.hh
index b5204331..abed38e6 100644
--- a/dw/types.hh
+++ b/dw/types.hh
@@ -195,6 +195,7 @@ struct Content
REAL_CONTENT = 0xff ^ (START | END | FLOAT_REF),
SELECTION_CONTENT = TEXT | WIDGET | BREAK
};
+
/* Content is embedded in struct Word therefore we
* try to be space efficient.
*/