aboutsummaryrefslogtreecommitdiffstats
path: root/include/AnnotationTypes.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/AnnotationTypes.hpp')
-rw-r--r--include/AnnotationTypes.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/AnnotationTypes.hpp b/include/AnnotationTypes.hpp
index d61de08..66d0b9d 100644
--- a/include/AnnotationTypes.hpp
+++ b/include/AnnotationTypes.hpp
@@ -16,6 +16,7 @@ namespace Reply {
DECL_ENUM_ELEMENT(italics),
DECL_ENUM_ELEMENT(strikethrough),
DECL_ENUM_ELEMENT(underline),
+ DECL_ENUM_ELEMENT(command),
DECL_ENUM_ELEMENT(link),
} END_ENUM(AnnotationType)
}