]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/frame.h
Formating warning fix for FC2 build.
[wxWidgets.git] / include / wx / mac / carbon / frame.h
index 87fedd3a0878c6a5c5b935c134209102cb1c9360..b93829e653f6c76c15db1674387309dc890d79e7 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     1998-01-01
 // RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_FRAME_H_
@@ -111,6 +111,8 @@ protected:
     // the last focused child: we restore focus to it on activation
     wxWindow             *m_winLastFocused;
 
+    virtual bool        MacIsChildOfClientArea( const wxWindow* child ) const ;
+
 private:
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxFrame)