// Author: David Elliott
// Modified by:
// Created: 2003/02/15
-// RCS-ID: $Id$
// Copyright: (c) 2003 David Elliott
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
typedef struct _NSRect NSRect;
#endif
+struct objc_object;
+
class wxWindow;
WX_DECLARE_OBJC_HASHMAP(NSView);
void AssociateNSView(WX_NSView cocoaNSView);
void DisassociateNSView(WX_NSView cocoaNSView);
protected:
- static void *sm_cocoaObserver;
+ static struct objc_object *sm_cocoaObserver;
public:
virtual wxWindow* GetWxWindow() const
{ return NULL; }