// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-#ifndef __LAYOUTH__
-#define __LAYOUTH__
+#ifndef _WX_LAYOUTH__
+#define _WX_LAYOUTH__
#ifdef __GNUG__
#pragma interface "layout.h"
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;
};
#endif
- // __LAYOUTH__
+ // _WX_LAYOUTH__