diff options
| author | Pixel <pixel@nobis-crew.org> | 2009-06-01 08:26:03 -0700 | 
|---|---|---|
| committer | Pixel <pixel@nobis-crew.org> | 2009-06-01 08:26:03 -0700 | 
| commit | 8780419597c855cd6b97214c11afc48cfc21f58e (patch) | |
| tree | a76344984dee2daefaa784337cf3b88825aaa975 /include/BLua.h | |
| parent | 93408254466c43b97e1a34bfe07ae9c68cff556c (diff) | |
Typo.
Diffstat (limited to 'include/BLua.h')
| -rw-r--r-- | include/BLua.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/BLua.h b/include/BLua.h index 8f89312..28c346e 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->lua_recast(n); } +template<class T> T * lua_recast(Lua * L, int n = 1) { return L->recast(n); }   /*******************************\  |**  Let's have a sample of use **|  | 
