aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Welden <bwelden@imvu.com>2013-02-19 13:20:41 -0800
committerJukka Jylänki <jujjyl@gmail.com>2013-04-12 14:24:02 +0300
commit88e98068137d1b176415fa7e7419ad42e93a6fa1 (patch)
tree2ee21fdf5f6b05e52b330ab4f0f7eacf837033fe
parent494461157beba8f685349b2d35f73bb0a14070c5 (diff)
Change register_smart_ptr to smart_ptr.
-rwxr-xr-xsystem/include/emscripten/bind.h4
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;