summaryrefslogtreecommitdiff
path: root/ext/json/parser/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/parser/parser.h')
-rw-r--r--ext/json/parser/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/parser/parser.h b/ext/json/parser/parser.h
index 59c502b226..2a5b13856a 100644
--- a/ext/json/parser/parser.h
+++ b/ext/json/parser/parser.h
@@ -19,7 +19,7 @@ typedef struct JSON_ParserStruct {
VALUE array_class;
VALUE decimal_class;
VALUE match_string;
- FBuffer *fbuffer;
+ FBuffer fbuffer;
int max_nesting;
char allow_nan;
char parsing_name;