]> git.saurik.com Git - wxWidgets.git/blobdiff - src/propgrid/editors.cpp
Add support for auto-orientable toolbars to AUI.
[wxWidgets.git] / src / propgrid / editors.cpp
index ed0c11a48f597bc0ffe20c81e04ac22dbadfd602..e22b3760182652f3c598fccd10a7a66a661cae5c 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     2007-04-14
 // RCS-ID:      $Id$
 // Copyright:   (c) Jaakko Salli
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // For compilers that support precompilation, includes "wx/wx.h".
@@ -1512,8 +1512,7 @@ END_EVENT_TABLE()
 
 wxSimpleCheckBox::~wxSimpleCheckBox()
 {
-    delete ms_doubleBuffer;
-    ms_doubleBuffer = NULL;
+    wxDELETE(ms_doubleBuffer);
 }
 
 wxBitmap* wxSimpleCheckBox::ms_doubleBuffer = NULL;