]> git.saurik.com Git - wxWidgets.git/commitdiff
Added NSBitmapImageRep
authorDavid Elliott <dfe@tgwbd.org>
Mon, 21 Jul 2003 00:05:16 +0000 (00:05 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Mon, 21 Jul 2003 00:05:16 +0000 (00:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index 3f49f8256c53452e5eebb95a95dc20a175372c55..1071874f0eded5f66f1ff5128c0d545a8e6b18dd 100644 (file)
@@ -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);