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/Console.bnd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'javascript/duktape/Console.bnd') diff --git a/javascript/duktape/Console.bnd b/javascript/duktape/Console.bnd index cb96cec60..734f0035a 100644 --- a/javascript/duktape/Console.bnd +++ b/javascript/duktape/Console.bnd @@ -10,7 +10,7 @@ */ class Console { - private "unsigned int" group; + private unsigned int group; prologue %{ #include @@ -38,7 +38,7 @@ write_log_entry(duk_context *ctx, unsigned int group, char logtype) } %}; -} +}; init Console () %{ @@ -174,4 +174,4 @@ method Console::trace () duk_set_top(ctx, 1); write_log_entry(ctx, priv->group, 'S'); return 0; -%} \ No newline at end of file +%} -- cgit v1.2.3