]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/list.h
AutoSizeColumns and AutoSizeRows changed to pass FALSE for calcOnly arg
[wxWidgets.git] / include / wx / list.h
index 7cad34a4207dd9b7592cae7c981f11e16807c947..f42942f4420b4072ee0dcc6332833fd52ed76602 100644 (file)
@@ -186,7 +186,8 @@ private:
 // -----------------------------------------------------------------------------
 class WXDLLEXPORT wxListBase : public wxObject
 {
-friend class wxNodeBase; // should be able to call DetachNode()
+friend class wxNodeBase;        // should be able to call DetachNode()
+friend class wxHashTableBase;   // should be able to call untyped Find()
 public:
     // default ctor & dtor
     wxListBase(wxKeyType keyType = wxKEY_NONE) { Init(keyType); }