Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/qttorch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qttorch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qttorch.cpp b/qttorch.cpp
index edce734..9216b07 100644
--- a/qttorch.cpp
+++ b/qttorch.cpp
@@ -47,7 +47,7 @@ int luaopen_libqttorch(lua_State *L)
// enrichs QImage
luaQ_pushmeta(L, QMetaType::QImage);
luaQ_getfield(L, -1, "__metatable");
- luaL_setfuncs(L, qttorch_qimage_lib, 0);
+ luaT_setfuncs(L, qttorch_qimage_lib, 0);
return 0;
}