summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-06-01 08:27:37 -0700
committerPixel <pixel@nobis-crew.org>2009-06-01 08:27:37 -0700
commitb81896555a12f284c0dc11478a0c14fc2b725751 (patch)
treee2fcbb7daa470632e0947ca63d3f856719401c22
parent8780419597c855cd6b97214c11afc48cfc21f58e (diff)
Typo, bis.
-rw-r--r--include/BLua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/BLua.h b/include/BLua.h
index 28c346e..6cfbd2b 100644
--- a/include/BLua.h
+++ b/include/BLua.h
@@ -355,7 +355,7 @@ class LuaHelpers : public Base {
}
};
-template<class T> T * lua_recast(Lua * L, int n = 1) { return L->recast(n); }
+template<class T> T * lua_recast(Lua * L, int n = 1) { return L->recast<T>(n); }
/*******************************\
|** Let's have a sample of use **|