diff options
Diffstat (limited to 'src/elements.h')
| -rw-r--r-- | src/elements.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/elements.h b/src/elements.h index 1c2f451..5f1bc5c 100644 --- a/src/elements.h +++ b/src/elements.h @@ -29,7 +29,9 @@ typedef boost::variant<boost::recursive_wrapper<stext_t>, std::wstring> text_t; enum stattribute_t { EMPH, SEMPH, - VSEMPH + VSEMPH, + ALT, + SALT }; struct stext_t { |
