From 4bdd4cf7b604b140ed203d30b5730879de92bdd6 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 28 Sep 2015 08:56:23 +0100 Subject: Update bindings to cope with improved nsgenbind syntax --- javascript/duktape/HTMLCollection.bnd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'javascript/duktape/HTMLCollection.bnd') diff --git a/javascript/duktape/HTMLCollection.bnd b/javascript/duktape/HTMLCollection.bnd index 08a162d35..2ffe7027b 100644 --- a/javascript/duktape/HTMLCollection.bnd +++ b/javascript/duktape/HTMLCollection.bnd @@ -9,10 +9,10 @@ */ class HTMLCollection { - private "struct dom_html_collection *" coll; -} + private struct dom_html_collection *coll; +}; -init HTMLCollection("struct dom_html_collection *" coll) +init HTMLCollection(struct dom_html_collection *coll) %{ priv->coll = coll; dom_html_collection_ref(coll); -- cgit v1.2.3