diff options
Diffstat (limited to 'src/lindafactory.cpp')
-rw-r--r-- | src/lindafactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lindafactory.cpp b/src/lindafactory.cpp index 81e472d..3ee0ba4 100644 --- a/src/lindafactory.cpp +++ b/src/lindafactory.cpp | |||
@@ -49,7 +49,7 @@ void LindaFactory::createMetatable(lua_State* L_) const | |||
49 | lua_setfield(L_, -2, "__metatable"); | 49 | lua_setfield(L_, -2, "__metatable"); |
50 | 50 | ||
51 | // the linda functions | 51 | // the linda functions |
52 | luaL_setfuncs(L_, mLindaMT, 0); | 52 | luaG_registerlibfuncs(L_, mLindaMT); |
53 | 53 | ||
54 | // some constants | 54 | // some constants |
55 | kLindaBatched.pushKey(L_); | 55 | kLindaBatched.pushKey(L_); |