]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/log.h
corrected include guards
[wxWidgets.git] / include / wx / log.h
index edbddebb630616f40b198fde3b15e3fd4f291bf4..28272c9b9c7dac2ea414f6fbdeea4b4f0976bab8 100644 (file)
@@ -313,7 +313,7 @@ class WXDLLEXPORT wxLogChain : public wxLog
 {
 public:
     wxLogChain(wxLog *logger);
-    virtual ~wxLogChain() { delete m_logOld; }
+    virtual ~wxLogChain();
 
     // change the new log target
     void SetLog(wxLog *logger);