From 41124e90322b505450b5704b9a81f36b6e2e7496 Mon Sep 17 00:00:00 2001 From: Bill Meltsner Date: Tue, 12 Oct 2010 18:17:40 -0500 Subject: [PATCH] fixed typo in wrapper function declaration --- src/modules/graphics/opengl/wrap_Image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/graphics/opengl/wrap_Image.h b/src/modules/graphics/opengl/wrap_Image.h index 683adf051..91a3fe258 100644 --- a/src/modules/graphics/opengl/wrap_Image.h +++ b/src/modules/graphics/opengl/wrap_Image.h @@ -34,7 +34,7 @@ namespace opengl Image * luax_checkimage(lua_State * L, int idx); int w_Image_getWidth(lua_State * L); int w_Image_getHeight(lua_State * L); - int w_Image_setFIlter(lua_State * L); + int w_Image_setFilter(lua_State * L); int luaopen_image(lua_State * L); } // opengl