]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/msgdlg.h
Fix a very annoying autorelease pool memory leak.
[wxWidgets.git] / include / wx / osx / msgdlg.h
index cad3de35b7a6f72b841437aaba175c5f76755d00..871d32f94043c91f80aae1ea196ac9875e5410a1 100644 (file)
@@ -5,7 +5,6 @@
 // Author:      Stefan Csomor
 // Modified by:
 // Created:     1998-01-01
-// RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -43,7 +42,7 @@ protected:
     void* ConstructNSAlert();
 #endif
 
-    int m_buttonId[3];
+    int m_buttonId[4];
     int m_buttonCount;
 
 #if wxOSX_USE_COCOA