git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26352
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/app.h"
#include "wx/statbmp.h"
#endif //WX_PRECOMP
#include "wx/app.h"
#include "wx/statbmp.h"
#endif //WX_PRECOMP
+#include "wx/cocoa/autorelease.h"
#import <AppKit/NSImageView.h>
#import <AppKit/NSImageView.h>
long style,
const wxString& name)
{
long style,
const wxString& name)
{
+ wxAutoNSAutoreleasePool pool;
if(!CreateControl(parent,winid,pos,size,style,wxDefaultValidator,name))
return false;
m_cocoaNSView = NULL;
if(!CreateControl(parent,winid,pos,size,style,wxDefaultValidator,name))
return false;
m_cocoaNSView = NULL;