diff options
author | Chad Austin <chad@imvu.com> | 2013-03-07 18:26:16 -0800 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2013-04-12 14:25:24 +0300 |
commit | e698d8bbdb77dc7a3c10e2fa9f1676dee194f3ab (patch) | |
tree | 7d4d9545c9995ea1611747da422abca7e540b3b9 /src | |
parent | 66b9991931f6e69c86437ed25b0f0072af4e9a62 (diff) |
classmethod -> class_function
Diffstat (limited to 'src')
-rwxr-xr-x | src/embind/embind.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/embind/embind.js b/src/embind/embind.js index bd952791..6595973e 100755 --- a/src/embind/embind.js +++ b/src/embind/embind.js @@ -928,7 +928,7 @@ function __embind_register_class_function( }); } -function __embind_register_class_classmethod( +function __embind_register_class_class_function( rawClassType, methodName, argCount, |