]> git.saurik.com Git - wxWidgets.git/commitdiff
Forgot to commit the header change too.
authorKevin Ollivier <kevino@theolliviers.com>
Tue, 10 Mar 2009 06:00:32 +0000 (06:00 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Tue, 10 Mar 2009 06:00:32 +0000 (06:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/cocoa/private.h

index daea56363d75f97445c81495fb9bf0a04a68ce96..d8ab5394384d7daf311b2d712100b272f08bbeb0 100644 (file)
@@ -126,7 +126,7 @@ public :
     virtual bool        DoHandleMouseEvent(NSEvent *event); 
     virtual bool        DoHandleKeyEvent(NSEvent *event);
     virtual bool        DoHandleCharEvent(NSEvent *event, NSString *text);
-    virtual void        DoNotifyFocusEvent(bool receivedFocus); 
+    virtual void        DoNotifyFocusEvent(bool receivedFocus, wxWidgetImpl* otherWindow); 
 
     void                SetFlipped(bool flipped);
     bool                IsFlipped() const { return m_isFlipped; }