From: John L. <jr...@us...> - 2010-05-06 19:32:42
|
Update of /cvsroot/wxlua/wxLua/apps/wxluaedit/src In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv14754/src Modified Files: wxluaedit.cpp Log Message: Add virtual ~wxLuaEditorFrame destructor Index: wxluaedit.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/wxluaedit/src/wxluaedit.cpp,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** wxluaedit.cpp 1 Oct 2009 04:20:59 -0000 1.42 --- wxluaedit.cpp 6 May 2010 19:32:33 -0000 1.43 *************** *** 119,122 **** --- 119,124 ---- } + virtual ~wxLuaEditorFrame() {} + bool Create(const wxString& title, const wxPoint& pos, const wxSize& size, long frame_style = wxDEFAULT_FRAME_STYLE); |