]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/frame.h
Applied patch [ 1215991 ] Mac xrc enables unknown class
[wxWidgets.git] / include / wx / mac / carbon / frame.h
index 1620419b9b409804309d20801278614ef36dcbee..b93829e653f6c76c15db1674387309dc890d79e7 100644 (file)
@@ -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)