]> git.saurik.com Git - wxWidgets.git/commitdiff
wxCocoa: Added NSNotification
authorDavid Elliott <dfe@tgwbd.org>
Sat, 6 Sep 2003 17:32:21 +0000 (17:32 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Sat, 6 Sep 2003 17:32:21 +0000 (17:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index f991cbe8a142ca463d92007ce4776496041814cd..3dcfa9e09aa58dd654c0e25a5b33134394512ec7 100644 (file)
@@ -2095,6 +2095,7 @@ DECLARE_WXCOCOA_OBJC_CLASS(NSLayoutManager);
 DECLARE_WXCOCOA_OBJC_CLASS(NSMenu);
 DECLARE_WXCOCOA_OBJC_CLASS(NSMenuItem);
 DECLARE_WXCOCOA_OBJC_CLASS(NSMutableArray);
+DECLARE_WXCOCOA_OBJC_CLASS(NSNotification);
 DECLARE_WXCOCOA_OBJC_CLASS(NSPanel);
 DECLARE_WXCOCOA_OBJC_CLASS(NSScrollView);
 DECLARE_WXCOCOA_OBJC_CLASS(NSTableColumn);