]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/layout.h
Fix linking problems with MSVC 5.
[wxWidgets.git] / include / wx / layout.h
index 388398b9e1a922e39fdebbf1cf50a9ef69639fda..8fb28aa42ede694b75ed5862761b7e4794cd90cf 100644 (file)
@@ -149,6 +149,8 @@ protected:
     int percent;
     wxEdge otherEdge;
     bool done;
+
+    DECLARE_DYNAMIC_CLASS(wxIndividualLayoutConstraint)
 };
 
 // ----------------------------------------------------------------------------