diff options
-rwxr-xr-x | system/include/emscripten/bind.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/include/emscripten/bind.h b/system/include/emscripten/bind.h index a807be4c..fd949234 100755 --- a/system/include/emscripten/bind.h +++ b/system/include/emscripten/bind.h @@ -579,9 +579,9 @@ namespace emscripten { //////////////////////////////////////////////////////////////////////////////// template<typename PointerType> - class register_smart_ptr { + class smart_ptr { public: - register_smart_ptr(const char* name) { + smart_ptr(const char* name) { using namespace internal; typedef typename PointerType::element_type PointeeType; |