diff options
Diffstat (limited to 'dw/types.hh')
-rw-r--r-- | dw/types.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/types.hh b/dw/types.hh index bfe7ce89..36910d10 100644 --- a/dw/types.hh +++ b/dw/types.hh @@ -224,7 +224,7 @@ struct Content ALL = 0xff, REAL_CONTENT = 0xff ^ (START | END), SELECTION_CONTENT = TEXT | BREAK, // WIDGET_* must be set additionally - ANY_WIDGET = WIDGET_IN_FLOW | WIDGET_OOF_CONT | WIDGET_OOF_REF, + ANY_WIDGET = WIDGET_IN_FLOW | WIDGET_OOF_CONT | WIDGET_OOF_REF }; /* Content is embedded in struct Word therefore we |