// headers
// ----------------------------------------------------------------------------
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "layout.h"
-#endif
-
#include "wx/object.h"
// X stupidly defines these in X.h
// note that default copy ctor and assignment operators are ok
- ~wxIndividualLayoutConstraint();
+ ~wxIndividualLayoutConstraint(){}
void Set(wxRelationship rel, wxWindowBase *otherW, wxEdge otherE, int val = 0, int marg = wxLAYOUT_DEFAULT_MARGIN);
// note that default copy ctor and assignment operators are ok
- ~wxLayoutConstraints();
+ ~wxLayoutConstraints(){}
bool SatisfyConstraints(wxWindowBase *win, int *noChanges);
bool AreSatisfied() const