aboutsummaryrefslogtreecommitdiff
path: root/src/embind/embind.js
diff options
context:
space:
mode:
authorBill Welden <bwelden@imvu.com>2012-12-06 09:37:21 -0800
committerJukka Jylänki <jujjyl@gmail.com>2013-04-12 14:22:27 +0300
commitc0fce04cc6ef9920f9d91dbd3720b58ae171e80c (patch)
tree188e6dd92272b600fa459e5e9c49655942e9dd22 /src/embind/embind.js
parent77dd6c9e8355041fe9363c25b2e30dbc9836b13f (diff)
Suppress a lint warning
Diffstat (limited to 'src/embind/embind.js')
-rwxr-xr-xsrc/embind/embind.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/embind/embind.js b/src/embind/embind.js
index 4ff84005..5ceaf246 100755
--- a/src/embind/embind.js
+++ b/src/embind/embind.js
@@ -577,6 +577,7 @@ function __embind_register_class(
});
/*global ___getDynamicPointerType: false*/
+ /*global ___dynamicPointerCast: false*/
var pointerName = name + '*';
registerType(pointerType, pointerName, {
name: pointerName,