summaryrefslogtreecommitdiff
path: root/src/parser/text_p.h
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@fastmail.net>2011-02-20 14:50:02 +0100
committerGrégoire Duchêne <gduchene@fastmail.net>2011-02-20 14:50:02 +0100
commit02f387c216ca27abd3cad5f7d9043abd9e7ae168 (patch)
treed35c0f1328965482866b1f2c6bb797c24fc52f32 /src/parser/text_p.h
parent7029cc1be25626d86cb62a991f06816fe757eafd (diff)
Unbreakable space support added.
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_;