]> git.saurik.com Git - wxWidgets.git/commitdiff
argh, erased one extra line accidentally in the last commit -- restored
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 2 Jan 2003 23:59:09 +0000 (23:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 2 Jan 2003 23:59:09 +0000 (23:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/layout.h

index 388398b9e1a922e39fdebbf1cf50a9ef69639fda..8fb28aa42ede694b75ed5862761b7e4794cd90cf 100644 (file)
@@ -149,6 +149,8 @@ protected:
     int percent;
     wxEdge otherEdge;
     bool done;
+
+    DECLARE_DYNAMIC_CLASS(wxIndividualLayoutConstraint)
 };
 
 // ----------------------------------------------------------------------------