From 7e51ff3bfae0becc260452a427a1fc1232a4b348 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 15 Nov 2018 19:29:27 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lua/modules/graphics/je_lua_bitmap.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lua/modules/graphics/je_lua_bitmap.cpp') diff --git a/src/lua/modules/graphics/je_lua_bitmap.cpp b/src/lua/modules/graphics/je_lua_bitmap.cpp index 4b7c492..6b7655f 100644 --- a/src/lua/modules/graphics/je_lua_bitmap.cpp +++ b/src/lua/modules/graphics/je_lua_bitmap.cpp @@ -95,7 +95,7 @@ namespace JinEngine return 1; } - LUA_EXPORT int luaopen_Bitmap(lua_State* L) + LUA_EXPORT void luaopen_Bitmap(lua_State* L) { luaL_Reg f[] = { { "__gc", l_gc }, @@ -108,7 +108,6 @@ namespace JinEngine { 0, 0 } }; luax_newtype(L, Jin_Lua_Bitmap, f); - return 0; } } // namespace Graphics -- cgit v1.1-26-g67d0