diff options
Diffstat (limited to 'src/ast/pattern.hpp')
-rw-r--r-- | src/ast/pattern.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast/pattern.hpp b/src/ast/pattern.hpp index f6cf6ea8..3a1dacc5 100644 --- a/src/ast/pattern.hpp +++ b/src/ast/pattern.hpp @@ -57,6 +57,7 @@ public: double value; }), (String, ::std::string), + (ByteString, struct { ::std::string v; }), (Named, Path) ); |