]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/layout.h
warnings (and some errors) fixes for wxUniv DLL build
[wxWidgets.git] / include / wx / layout.h
index 388398b9e1a922e39fdebbf1cf50a9ef69639fda..c46241c1d8e8401b148b68b9daddaf14ee21363f 100644 (file)
@@ -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)
 };
 
 // ----------------------------------------------------------------------------