From: David Elliott Date: Mon, 21 Jul 2003 00:05:16 +0000 (+0000) Subject: Added NSBitmapImageRep X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c10ec9f5b2af3735a8871a5c884f272104be56b5 Added NSBitmapImageRep git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/defs.h b/include/wx/defs.h index 3f49f8256c..1071874f0e 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -2025,6 +2025,7 @@ typedef struct objc_object *WX_##klass #endif // defined(__GNUC__) && defined(__APPLE__) DECLARE_WXCOCOA_OBJC_CLASS(NSApplication); +DECLARE_WXCOCOA_OBJC_CLASS(NSBitmapImageRep); DECLARE_WXCOCOA_OBJC_CLASS(NSBox); DECLARE_WXCOCOA_OBJC_CLASS(NSButton); DECLARE_WXCOCOA_OBJC_CLASS(NSColor);