fixed typo in wrapper function declaration

This commit is contained in:
Bill Meltsner
2010-10-12 18:17:40 -05:00
parent b2d054ad50
commit 41124e9032
+1 -1
View File
@@ -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