From: Vadim Zeitlin Date: Thu, 2 Jan 2003 23:59:09 +0000 (+0000) Subject: argh, erased one extra line accidentally in the last commit -- restored X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3e6562c1104133eb656db0298c03f6f7885c25aa?ds=inline 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 --- diff --git a/include/wx/layout.h b/include/wx/layout.h index 388398b9e1..8fb28aa42e 100644 --- a/include/wx/layout.h +++ b/include/wx/layout.h @@ -149,6 +149,8 @@ protected: int percent; wxEdge otherEdge; bool done; + + DECLARE_DYNAMIC_CLASS(wxIndividualLayoutConstraint) }; // ----------------------------------------------------------------------------