Update of /cvsroot/wxlua/wxLua/modules/wxlua/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7980/wxLua/modules/wxlua/include
Modified Files:
internal.h
Log Message:
added doxygen config file, fixed int <-> wxWindowId
Index: internal.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/include/internal.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** internal.h 12 Dec 2005 05:16:31 -0000 1.15
--- internal.h 18 Dec 2005 18:04:38 -0000 1.16
***************
*** 142,146 ****
wxLuaObject();
// Constructor that is passed a lua state and a parameter index.
! wxLuaObject(lua_State *, int iParam, int iRef = 1);
// Constructor that is passed a lua state and a parameter index.
wxLuaObject(const wxLuaState& wxlState, int iParam, int iRef = 1);
--- 142,146 ----
wxLuaObject();
// Constructor that is passed a lua state and a parameter index.
! wxLuaObject(lua_State *L, int iParam, int iRef = 1);
// Constructor that is passed a lua state and a parameter index.
wxLuaObject(const wxLuaState& wxlState, int iParam, int iRef = 1);
|