diff options
Diffstat (limited to 'dw/types.hh')
-rw-r--r-- | dw/types.hh | 1 |
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. */ |