Update of /cvsroot/wxlua/wxLua/apps/wxluacan/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv17634/wxLua/apps/wxluacan/src
Modified Files:
wxluacan.cpp
Log Message:
fix previous commit that skipped overloaded binding functions without #if conditions
Index: wxluacan.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/apps/wxluacan/src/wxluacan.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** wxluacan.cpp 17 Dec 2006 07:47:14 -0000 1.17
--- wxluacan.cpp 7 Feb 2007 01:45:01 -0000 1.18
***************
*** 169,174 ****
-
-
// Map Lua Class Methods to C Binding Functions
WXLUAMETHOD wxlCanObj_methods[] = {
--- 169,172 ----
***************
*** 226,231 ****
-
-
// Map Lua Class Methods to C Binding Functions
WXLUAMETHOD wxlCanObjRect_methods[] = {
--- 224,227 ----
***************
*** 270,275 ****
-
-
// Map Lua Class Methods to C Binding Functions
WXLUAMETHOD wxlCanObjCircle_methods[] = {
--- 266,269 ----
***************
*** 314,319 ****
-
-
// Map Lua Class Methods to C Binding Functions
WXLUAMETHOD wxlCanObjScript_methods[] = {
--- 308,311 ----
***************
*** 373,378 ****
-
-
// Map Lua Class Methods to C Binding Functions
WXLUAMETHOD wxlCanObjAddScript_methods[] = {
--- 365,368 ----
***************
*** 473,478 ****
-
-
// Map Lua Class Methods to C Binding Functions
WXLUAMETHOD wxlCan_methods[] = {
--- 463,466 ----
***************
*** 543,548 ****
-
-
// Map Lua Class Methods to C Binding Functions
WXLUAMETHOD wxlLuaCanCmd_methods[] = {
--- 531,534 ----
|