X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34138703c3997ce676a1e713d9ff9eb020640da7..851b94590af2d79a598d91a7306e3cc9d6dc2bf7:/include/wx/layout.h diff --git a/include/wx/layout.h b/include/wx/layout.h index a03b1d72c3..83b610a2ea 100644 --- a/include/wx/layout.h +++ b/include/wx/layout.h @@ -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;