Applied correct filename case for header imports from patch #881258

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2004-01-22 04:41:34 +00:00
parent b17c174693
commit f910a887bb
6 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ Objective-C Poser class initialization
-------------------------------------------------------------------------*/
#ifdef __OBJC__
#import <objc/objc-class.h>
#import <Foundation/NSObjcRuntime.h>
#import <Foundation/NSObjCRuntime.h>
class wxPoseAsInitializer
{