From: John L. <jr...@us...> - 2006-12-15 05:16:05
|
Update of /cvsroot/wxlua/wxLua/apps/wxlua/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26340/wxLua/apps/wxlua/src Modified Files: lconsole.cpp Log Message: Rename wxLuaEditor's wxLuaConsole class to wxLuaIDE so it won't conflict with the wxLuaApp's wxLuaConsole allow use wxLuaConsole from wxlua app in wxluaeditor Index: lconsole.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/wxlua/src/lconsole.cpp,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** lconsole.cpp 12 Dec 2006 01:23:40 -0000 1.15 --- lconsole.cpp 15 Dec 2006 05:16:01 -0000 1.16 *************** *** 26,32 **** #include "wxlua/include/wxlua.h" - #include "wxlua.h" #include "lconsole.h" // ---------------------------------------------------------------------------- // wxLuaConsole --- 26,35 ---- #include "wxlua/include/wxlua.h" #include "lconsole.h" + #ifndef WXLUAEDITOR_APP + #include "wxlua.h" + #endif //WXLUAEDITOR_APP + // ---------------------------------------------------------------------------- // wxLuaConsole |