summaryrefslogtreecommitdiff
path: root/src/parser/text_p.h
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@fastmail.net>2011-02-17 13:43:53 +0100
committerGrégoire Duchêne <gduchene@fastmail.net>2011-02-17 13:43:53 +0100
commit4291a6aac9ee4a1c79bc24c40d4c558bf88d3e93 (patch)
tree14c4cf5ece96ec9a63cd7080fa846f86de4bb070 /src/parser/text_p.h
parentc950235e58db6b500d83918ea4f57340025ffee4 (diff)
Explicit link 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 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_;