]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/list.cpp
Fixed doubled-up key effects in wxTextCtrl by resetting m_lastMsg to 0
[wxWidgets.git] / src / common / list.cpp
index 85448991d261d53578654e17d27446d7c37be7f4..8bc94a8c646e8ef40730ff7e8f99fb6e2dbef6e3 100644 (file)
     #include "wx/utils.h"   // for copystring() (beurk...)
 #endif
 
+// -----------------------------------------------------------------------------
+// implementation of standard lists
+// -----------------------------------------------------------------------------
+
+#include "wx/listimpl.cpp"
+WX_DEFINE_LIST(wxWindowList);
+
 // =============================================================================
 // implementation
 // =============================================================================
@@ -634,4 +641,3 @@ void wxStringList::Sort()
 
     delete [] array;
 }
-