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 d9fe7a0..35fc41f 100644
--- a/src/parser/text_p.h
+++ b/src/parser/text_p.h
@@ -26,6 +26,7 @@ namespace ph = boost::phoenix;
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, std::wstring(std::wstring)> ptext_;
qi::rule<iiterator, wchar_t()> echar_;
qi::rule<iiterator, wchar_t(std::wstring)> rchar_;