X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/59018c74fe46c8964606c1354f91899df27c0d21..61d457caae3e33efe8e0953f79c4a94e366b22d7:/include/wx/layout.h

diff --git a/include/wx/layout.h b/include/wx/layout.h
index 388398b9e1..c46241c1d8 100644
--- a/include/wx/layout.h
+++ b/include/wx/layout.h
@@ -6,7 +6,7 @@
 // Created:     29/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Julian Smart
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_LAYOUTH__
@@ -149,6 +149,8 @@ protected:
     int percent;
     wxEdge otherEdge;
     bool done;
+
+    DECLARE_DYNAMIC_CLASS(wxIndividualLayoutConstraint)
 };
 
 // ----------------------------------------------------------------------------