From 69f2115d33ac0f3d00cf17855e27043df89ffe9f Mon Sep 17 00:00:00 2001 From: David Elliott Date: Tue, 22 Jul 2003 13:02:13 +0000 Subject: [PATCH] Added NSImage definition git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/defs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/defs.h b/include/wx/defs.h index 1831c6a5ba..fc44b548ac 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -2014,6 +2014,7 @@ DECLARE_WXCOCOA_OBJC_CLASS(NSButton); DECLARE_WXCOCOA_OBJC_CLASS(NSColor); DECLARE_WXCOCOA_OBJC_CLASS(NSControl); DECLARE_WXCOCOA_OBJC_CLASS(NSEvent); +DECLARE_WXCOCOA_OBJC_CLASS(NSImage); DECLARE_WXCOCOA_OBJC_CLASS(NSLayoutManager); DECLARE_WXCOCOA_OBJC_CLASS(NSMenu); DECLARE_WXCOCOA_OBJC_CLASS(NSMenuItem);