]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/forcelnk.h
Fix wxPropertyGrid::GetPropertyRect when the last item is collapsed.
[wxWidgets.git] / include / wx / html / forcelnk.h
index 9b1373784f074f04d80d5259eda2d71f197ec0b1..8d3631c9034ba9e374eee3e0aa0ecce688c27d2b 100644 (file)
@@ -1,8 +1,7 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        forcelnk.h
-// Purpose:     see bellow
+// Name:        wx/html/forcelnk.h
+// Purpose:     macros which force the linker to link apparently unused code
 // Author:      Vaclav Slavik
-// RCS-ID:      $Id$
 // Copyright:   (c) Vaclav Slavik
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -40,6 +39,8 @@ See mod_*.cpp and htmlwin.cpp for example :-)
 #ifndef _WX_FORCELNK_H_
 #define _WX_FORCELNK_H_
 
+#include "wx/link.h"
+
 // compatibility defines
 #define FORCE_LINK wxFORCE_LINK_MODULE
 #define FORCE_LINK_ME wxFORCE_LINK_THIS_MODULE
@@ -54,6 +55,7 @@ See mod_*.cpp and htmlwin.cpp for example :-)
     FORCE_LINK(m_hline) \
     FORCE_LINK(m_links) \
     FORCE_LINK(m_tables) \
+    FORCE_LINK(m_span) \
     FORCE_LINK(m_style)