summaryrefslogtreecommitdiff
path: root/src/webidl-ast.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-24 21:08:56 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-24 21:08:56 +0100
commit2c193d1fa01e116d7cdb1b5dd0f3cd8497bf7ef6 (patch)
tree821c06d3fa369971a4dc2f4edb827ebd656ea8d4 /src/webidl-ast.h
parent0f8a9def0c9480c884da9c3021f55a8e30324e45 (diff)
downloadnsgenbind-2c193d1fa01e116d7cdb1b5dd0f3cd8497bf7ef6.tar.gz
nsgenbind-2c193d1fa01e116d7cdb1b5dd0f3cd8497bf7ef6.tar.bz2
improve unimplemented warning to include type modifier
Diffstat (limited to 'src/webidl-ast.h')
-rw-r--r--src/webidl-ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webidl-ast.h b/src/webidl-ast.h
index 0a8079b..bd9b313 100644
--- a/src/webidl-ast.h
+++ b/src/webidl-ast.h
@@ -166,6 +166,6 @@ int webidl_fprintf(FILE *stream, const char *format, ...);
/**
* get string of argument type
*/
-const char *webidl_type_to_str(enum webidl_type t);
+const char *webidl_type_to_str(enum webidl_type_modifier m, enum webidl_type t);
#endif