]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/layout.h
Removed a few old wxDebugMsg (now wxLogDebug)
[wxWidgets.git] / include / wx / layout.h
index a03b1d72c302fb4005d0302a25355f22b7ef8558..83b610a2ea33b586ee2633b2562a0c232aea6fd4 100644 (file)
@@ -48,6 +48,9 @@ class WXDLLEXPORT wxIndividualLayoutConstraint: public wxObject
   DECLARE_DYNAMIC_CLASS(wxIndividualLayoutConstraint)
 
  protected:
+   // To be allowed to modify the internal variables
+   friend class wxIndividualLayoutConstraint_Serialize;
+
    // 'This' window is the parent or sibling of otherWin
    wxWindow *otherWin;