]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing non-precomp build, fixes #10985
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 13 Apr 2010 06:42:02 +0000 (06:42 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 13 Apr 2010 06:42:02 +0000 (06:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/cocoa/window.mm

index 890ccf7c9934e2dac91b2b2d89563319fec936d5..f2e96c78d9d467fe2f3696ff717d4578c9c1ce8b 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/dcclient.h"
-    #include "wx/nonownedwnd.h"
+    #include "wx/frame.h"
     #include "wx/log.h"
     #include "wx/textctrl.h"
 #endif