From 3e6562c1104133eb656db0298c03f6f7885c25aa Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 2 Jan 2003 23:59:09 +0000 Subject: [PATCH] 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 --- include/wx/layout.h | 2 ++ 1 file changed, 2 insertions(+) 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) }; // ---------------------------------------------------------------------------- -- 2.45.2