argh, erased one extra line accidentally in the last commit -- restored

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-01-02 23:59:09 +00:00
parent 59018c74fe
commit 3e6562c110

View File

@ -149,6 +149,8 @@ protected:
int percent;
wxEdge otherEdge;
bool done;
DECLARE_DYNAMIC_CLASS(wxIndividualLayoutConstraint)
};
// ----------------------------------------------------------------------------