Separated the Objective-C to C++ association code into the new header

ObjcAssociate.h.  That leaves ObjcPose.h for its original purpose and
avoids including it from any header files.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-04-19 17:51:50 +00:00
parent fb45bb1fb2
commit e668651137
11 changed files with 90 additions and 71 deletions

View File

@@ -13,7 +13,7 @@
#define __WX_COCOA_NSVIEW_H__
#include "wx/hashmap.h"
#include "wx/cocoa/ObjcPose.h"
#include "wx/cocoa/ObjcAssociate.h"
typedef struct _NSRect NSRect;