]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/init.cpp
Put back the old wxTreeEvent ctor for compatibility
[wxWidgets.git] / src / common / init.cpp
index d126e10b8d465481cc8665e2ea2a83171ef0e38d..b01d39cd9be6d3790f7a78ddb1748160f7eddf89 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        common/init.cpp
+// Name:        src/common/init.cpp
 // Purpose:     initialisation for the library
 // Author:      Vadim Zeitlin
 // Modified by:
 #include "wx/wxprec.h"
 
 #ifdef    __BORLANDC__
-  #pragma hdrstop
+    #pragma hdrstop
 #endif  //__BORLANDC__
 
 #ifndef WX_PRECOMP
     #include "wx/app.h"
-    #include "wx/debug.h"
     #include "wx/filefn.h"
     #include "wx/log.h"
     #include "wx/thread.h"
@@ -217,7 +216,7 @@ static bool DoCommonPreInit()
     // initialization simply disappear under Windows
     //
     // note that we will delete this log target below
-    wxLog::SetActiveTarget(new wxLogBuffer);
+    delete wxLog::SetActiveTarget(new wxLogBuffer);
 #endif // wxUSE_LOG
 
     return true;
@@ -481,4 +480,3 @@ void wxUninitialize()
         wxEntryCleanup();
     }
 }
-