diff options
Diffstat (limited to 'examples/patterns/match_type.h')
| -rw-r--r-- | examples/patterns/match_type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/patterns/match_type.h b/examples/patterns/match_type.h index 5d063431..abbc4fce 100644 --- a/examples/patterns/match_type.h +++ b/examples/patterns/match_type.h @@ -3,6 +3,6 @@ typedef struct { Text_t text; Int_t index; - Array_t captures; + List_t captures; } XMatch; |
