From: John L. <jr...@us...> - 2011-11-08 04:47:28
|
Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets In directory vz-cvs-4.sog:/tmp/cvs-serv1787/bindings/wxwidgets Modified Files: wxadv_grid.i Log Message: Update bindings and docs for 2.8.12 release. Index: wxadv_grid.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxadv_grid.i,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** wxadv_grid.i 11 May 2011 04:24:12 -0000 1.7 --- wxadv_grid.i 8 Nov 2011 04:47:26 -0000 1.8 *************** *** 47,53 **** %if !defined(WXUSINGDLL) ! // Getting the value of the ref count is only possible in non-dll ! // wxWidgets library. ! int GetRef() const // wxLua added function to help track if it needs to be refed %endif --- 47,52 ---- %if !defined(WXUSINGDLL) ! // Getting the value of the ref count is only possible in non-dll wxWidgets library. ! //int GetRef() const // wxLua added function to help track if it needs to be refed %endif |