summaryrefslogtreecommitdiff
path: root/src/parser/text_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/text_p.h')
-rw-r--r--src/parser/text_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser/text_p.h b/src/parser/text_p.h
index 35fc41f..27f84c0 100644
--- a/src/parser/text_p.h
+++ b/src/parser/text_p.h
@@ -27,6 +27,7 @@ struct text_p : qi::grammar<iiterator, text_t(std::wstring)> {
qi::rule<iiterator, text_t(std::wstring)> text_;
qi::rule<iiterator, stext_t(std::wstring)> stext_;
qi::rule<iiterator, pstext_t(std::wstring)> pstext_;
+ qi::rule<iiterator, stattribute_t()> atom_;
qi::rule<iiterator, std::wstring(std::wstring)> ptext_;
qi::rule<iiterator, wchar_t()> echar_;
qi::rule<iiterator, wchar_t(std::wstring)> rchar_;